rlp::endian¶
Functions¶
| Name | |
|---|---|
| template <typename T > std::enable_if_t< is_unsigned_integral_v< T >, Bytes > |
to_big_compact(const T & n) |
| template <typename T > std::enable_if_t< is_unsigned_integral_v< T >, DecodingResult > |
from_big_compact(ByteView bytes, T & out) |
| Bytes | to_big_compact(const intx::uint256 & n) |
| DecodingResult | from_big_compact(ByteView bytes, intx::uint256 & out) |
| template auto | to_big_compact< uint8_t >(const uint8_t & ) |
| template auto | to_big_compact< uint16_t >(const uint16_t & ) |
| template auto | to_big_compact< uint32_t >(const uint32_t & ) |
| template auto | to_big_compact< uint64_t >(const uint64_t & ) |
| template auto | from_big_compact< uint8_t >(ByteView , uint8_t & ) |
| template auto | from_big_compact< uint16_t >(ByteView , uint16_t & ) |
| template auto | from_big_compact< uint32_t >(ByteView , uint32_t & ) |
| template auto | from_big_compact< uint64_t >(ByteView , uint64_t & ) |
Functions Documentation¶
function to_big_compact¶
template <typename T >
std::enable_if_t< is_unsigned_integral_v< T >, Bytes > to_big_compact(
const T & n
)
function from_big_compact¶
template <typename T >
std::enable_if_t< is_unsigned_integral_v< T >, DecodingResult > from_big_compact(
ByteView bytes,
T & out
)
function to_big_compact¶
function from_big_compact¶
function to_big_compact< uint8_t >¶
function to_big_compact< uint16_t >¶
function to_big_compact< uint32_t >¶
function to_big_compact< uint64_t >¶
function from_big_compact< uint8_t >¶
function from_big_compact< uint16_t >¶
function from_big_compact< uint32_t >¶
function from_big_compact< uint64_t >¶
Updated on 2026-04-13 at 23:22:46 -0700