The hash map container used in userver proto structs by default.
Definition in file hash_map.hpp.
Go to the source code of this file.
#include <string_view>
#include <type_traits>
#include <unordered_map>
#include <userver/utils/str_icase.hpp>
Namespaces | |
namespace | proto_structs |
Top namespace for the proto-structs library. | |
Typedefs | |
template<typename Key, typename Value> | |
using | proto_structs::HashMap |
The hash map container used in userver proto structs by default. | |