Skip to content

intx::le

Functions

Name
template <typename IntT ,unsigned M>
IntT
load(const uint8_t(&) bytes[M])
template <unsigned N>
void
store(uint8_t(&) dst[N/8], const intx::uint< N > & x)

Functions Documentation

function load

template <typename IntT ,
unsigned M>
inline IntT load(
    const uint8_t(&) bytes[M]
)

function store

template <unsigned N>
inline void store(
    uint8_t(&) dst[N/8],
    const intx::uint< N > & x
)

Updated on 2026-04-13 at 23:22:46 -0700