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

◆ map() [9/12]

template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, typename _Allocator = std::allocator<std::pair<const _Key, _Tp> >>
template<typename _InputIterator>
std::__debug::map< _Key, _Tp, _Compare, _Allocator >::map ( _InputIterator __first,
_InputIterator __last,
const allocator_type & __a )
inline

Definition at line 129 of file map.h.

134 { }
#define __glibcxx_check_valid_constructor_range(_First, _Last)
Definition macros.h:76
::map< _Key, _Tp, _Compare, _Allocator > _Base
Definition map.h:51
Class std::map with safety/checking/debug instrumentation.
Definition map.h:49

References __glibcxx_check_valid_constructor_range.