|
xrpld
|

Public Member Functions | |
| Nonhash ()=default | |
| void | operator() (void const *key, std::size_t len) noexcept |
| operator std::size_t () noexcept | |
Public Attributes | |
| std::array< std::uint8_t, kWidth > | data |
Static Public Attributes | |
| static constexpr auto | kEndian = boost::endian::order::big |
| static constexpr std::size_t | kWidth = Bits / 8 |
Definition at line 27 of file base_uint_test.cpp.
|
default |
|
noexcept |
Definition at line 37 of file base_uint_test.cpp.
|
explicitnoexcept |
Definition at line 44 of file base_uint_test.cpp.
|
staticconstexpr |
Definition at line 29 of file base_uint_test.cpp.
|
staticconstexpr |
Definition at line 30 of file base_uint_test.cpp.
| std::array<std::uint8_t, kWidth> xrpl::test::Nonhash< Bits >::data |
Definition at line 32 of file base_uint_test.cpp.