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

◆ emplace_hint()

template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, typename _Allocator = std::allocator<std::pair<const _Key, _Tp> >>
template<typename... _Args>
iterator std::__debug::map< _Key, _Tp, _Compare, _Allocator >::emplace_hint ( const_iterator __pos,
_Args &&... __args )
inline

Definition at line 269 of file map.h.

270 {
272 return
273 {
275 this
276 };
277 }
#define __glibcxx_check_insert(_Position)
Definition macros.h:143
iterator emplace_hint(const_iterator __pos, _Args &&... __args)
Definition map.h:269
Class std::map with safety/checking/debug instrumentation.
Definition map.h:49

References __glibcxx_check_insert, __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::base(), emplace_hint(), and std::forward().

Referenced by emplace_hint().

Here is the call graph for this function:
Here is the caller graph for this function: