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

◆ get_allocator()

template<typename _Tp, typename _Alloc = std::allocator<_Tp>>
allocator_type std::deque< _Tp, _Alloc >::get_allocator ( ) const
inlinenodiscardnoexcept

Get a copy of the memory allocation object.

Definition at line 1203 of file stl_deque.h.

1204 { return _Base::get_allocator(); }
allocator_type get_allocator() const noexcept
Definition stl_deque.h:455

Referenced by operator=().

Here is the caller graph for this function: