OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
math.hpp File Reference
#include <evmc/evmc.hpp>
Include dependency graph for math.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cbdc
 
namespace  cbdc::parsec
 
namespace  cbdc::parsec::agent
 
namespace  cbdc::parsec::agent::runner
 

Functions

auto cbdc::parsec::agent::runner::operator+ (const evmc::uint256be &lhs, const evmc::uint256be &rhs) -> evmc::uint256be
 Adds two uint256be values.
 
auto cbdc::parsec::agent::runner::operator- (const evmc::uint256be &lhs, const evmc::uint256be &rhs) -> evmc::uint256be
 Subtracts two uint256be values.
 
auto cbdc::parsec::agent::runner::operator* (const evmc::uint256be &lhs, const evmc::uint256be &rhs) -> evmc::uint256be
 Multiplies two uint256be values.
 
auto cbdc::parsec::agent::runner::operator<< (const evmc::uint256be &lhs, size_t count) -> evmc::uint256be
 Left shifts a uint256be value by a given number of bytes.