CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::cache | |
Functions | |
template<typename TValue , typename X = std::enable_if_t<utils::traits::is_scalar_v<TValue>>> | |
RawBuffer | catapult::cache::SerializeKey (const TValue &value) |
Serializes value-based key (value). More... | |
template<size_t N, typename TTag > | |
RawBuffer | catapult::cache::SerializeKey (const utils::ByteArray< N, TTag > &container) |
Serializes array-based key (container). More... | |