libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ map() [10/12]

template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, typename _Allocator = std::allocator<std::pair<const _Key, _Tp> >>
std::__debug::map< _Key, _Tp, _Compare, _Allocator >::map ( _Base_ref __x)
inline

Definition at line 158 of file map.h.

159 : _Base(__x._M_ref) { }
::map< _Key, _Tp, _Compare, _Allocator > _Base
Definition map.h:51
Class std::map with safety/checking/debug instrumentation.
Definition map.h:49