CatapultServer
v0.5.0.1 (Elephant)
|
Key-related traits for stl map types. More...
Public Types | |
using | KeyType = typename TMap::key_type |
using | ValueType = typename TMap::mapped_type |
using | StorageType = typename TMap::value_type |
Static Public Member Functions | |
static constexpr const KeyType & | ToKey (const StorageType &element) |
Converts a storage type (element) to a key. More... | |
Key-related traits for stl map types.
using catapult::deltaset::MapKeyTraits< TMap >::KeyType = typename TMap::key_type |
using catapult::deltaset::MapKeyTraits< TMap >::StorageType = typename TMap::value_type |
using catapult::deltaset::MapKeyTraits< TMap >::ValueType = typename TMap::mapped_type |
|
inlinestaticconstexpr |
Converts a storage type (element) to a key.