| 44 | typedef typename ::std::map<K, V, Comparator, Allocator>::value_type value_type; |
| 45 | |
| 46 | SafeMap() = default; |
| 47 | SafeMap(const SafeMap&) = default; |
| 48 | SafeMap(SafeMap&&) = default; |
| 49 | explicit SafeMap(const key_compare& cmp, const allocator_type& allocator = allocator_type()) |
nothing calls this directly
no outgoing calls
no test coverage detected