#include <userver/utils/cached_hash.hpp>
Holds the key and its hash for faster comparisons and hashing.
Definition at line 17 of file cached_hash.hpp.
Public Attributes | |
std::size_t | hash |
Key | key |
std::size_t utils::CachedHash< Key >::hash |
Definition at line 18 of file cached_hash.hpp.
Key utils::CachedHash< Key >::key |
Definition at line 19 of file cached_hash.hpp.