Hash algorithm return value. More...
#include <arcane/utils/IHashAlgorithm.h>
Public Member Functions | |
| SmallSpan< std::byte > | bytes () |
| SmallSpan< const std::byte > | bytes () const |
| SmallSpan< const Byte > | asLegacyBytes () const |
| void | setSize (Int32 size) |
Static Public Attributes | |
| static constexpr Int32 | MAX_SIZE = 64 |
Hash algorithm return value.
Definition at line 34 of file IHashAlgorithm.h.
Definition at line 50 of file IHashAlgorithm.h.
|
inline |
Definition at line 42 of file IHashAlgorithm.h.
|
inline |
Definition at line 46 of file IHashAlgorithm.h.
| void Arcane::HashAlgorithmValue::setSize | ( | Int32 | size | ) |
Definition at line 29 of file HashAlgorithm.cc.
|
staticconstexpr |
Definition at line 38 of file IHashAlgorithm.h.