#include <userver/rcu/rcu_map.hpp>
Default RcuMap traits. Member types:
Hash is a functor type that returns hash value for KeykeyEqual is a functor type that provide equality test for two values of type KeyMutexType is a writer's mutex type that has to be used to protect structure on update Definition at line 41 of file rcu_map.hpp.
Public Types | |
| using | Hash = std::hash<Key> | 
| using | KeyEqual = std::equal_to<Key> | 
| using | MutexType = engine::Mutex | 
| using rcu::DefaultRcuMapTraits< Key, Value >::Hash = std::hash<Key> | 
Definition at line 42 of file rcu_map.hpp.
| using rcu::DefaultRcuMapTraits< Key, Value >::KeyEqual = std::equal_to<Key> | 
Definition at line 43 of file rcu_map.hpp.
| using rcu::DefaultRcuMapTraits< Key, Value >::MutexType = engine::Mutex | 
Definition at line 44 of file rcu_map.hpp.