Class string_view_unordered_map¶
-
template<typename
ValueT>
classstring_view_unordered_map: public std::unordered_map<std::string, ValueT>¶ Public Types
-
template<>
usingMapT= typename std::unordered_map<std::string, ValueT>¶
Public Functions
-
auto
find(std::string_view key) const¶
-
auto
find(const std::string &key) const¶
-
auto
find(const char *key) const¶
Private Static Attributes
-
thread_local std::string
tmp_key_¶
-
template<>