Project Alice
|
#include <container_types.hpp>
Public Member Functions | |
bool | is_equal (const checksum_key &a) noexcept |
std::string_view | to_string_view () noexcept |
std::string | to_string () noexcept |
const char * | to_char () noexcept |
Public Attributes | |
uint8_t | key [key_size] = { 0 } |
Static Public Attributes | |
static constexpr uint32_t | key_size = 64 |
Definition at line 263 of file container_types.hpp.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 280 of file container_types.hpp.
|
inlinenoexcept |
Definition at line 277 of file container_types.hpp.
|
inlinenoexcept |
Definition at line 265 of file container_types.hpp.
|
staticconstexpr |
Definition at line 264 of file container_types.hpp.