A 256-bit packed uint8_t data array.
More...
#include <int_types.hpp>
A 256-bit packed uint8_t data array.
- Examples
- test_basictypeconv.cpp.
Definition at line 158 of file int_types.hpp.
◆ uint256dp_t() [1/4]
constexpr jau::uint256dp_t::uint256dp_t |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ uint256dp_t() [2/4]
constexpr jau::uint256dp_t::uint256dp_t |
( |
const uint8_t |
v[32] | ) |
|
|
inlineconstexprnoexcept |
◆ uint256dp_t() [3/4]
constexpr jau::uint256dp_t::uint256dp_t |
( |
const uint256dp_t & |
o | ) |
|
|
constexprdefaultnoexcept |
◆ uint256dp_t() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ clear()
void jau::uint256dp_t::clear |
( |
| ) |
|
|
inlinenoexcept |
◆ operator==()
constexpr bool jau::uint256dp_t::operator== |
( |
uint256dp_t const & |
o | ) |
const |
|
inlineconstexprnoexcept |
◆ operator!=()
constexpr bool jau::uint256dp_t::operator!= |
( |
uint256dp_t const & |
o | ) |
const |
|
inlineconstexprnoexcept |
◆ data
uint8_t jau::uint256dp_t::data[32] |
The documentation for this struct was generated from the following file: