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

◆ _M_base() [1/2]

template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, typename _Allocator = std::allocator<std::pair<const _Key, _Tp> >>
const _Base & std::__debug::map< _Key, _Tp, _Compare, _Allocator >::_M_base ( ) const
inlinenoexcept

Definition at line 793 of file map.h.

793{ return *this; }