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
.
131
:
_Base
(
__gnu_debug::__base
(
132
__glibcxx_check_valid_constructor_range
(
__first
,
__last
)),
133
__gnu_debug::__base
(
__last
),
__a
)
134
{ }
__glibcxx_check_valid_constructor_range
#define __glibcxx_check_valid_constructor_range(_First, _Last)
Definition
macros.h:76
std::__debug::map::_Base
::map< _Key, _Tp, _Compare, _Allocator > _Base
Definition
map.h:51
std::__debug::map
Class std::map with safety/checking/debug instrumentation.
Definition
map.h:49
References
__glibcxx_check_valid_constructor_range
.
std
__debug
map
Generated on
for libstdc++ by
1.16.1