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

◆ _S_buffer_size()

template<typename _Tp, typename _Alloc = std::allocator<_Tp>>
size_t std::deque< _Tp, _Alloc >::_S_buffer_size ( )
inlinestaticprivatenoexcept

Definition at line 831 of file stl_deque.h.

832 { return __deque_buf_size(sizeof(_Tp)); }
constexpr size_t __deque_buf_size(size_t __size)
Definition stl_deque.h:99
A standard container using fixed-size memory allocation and constant-time manipulation of elements at...
Definition stl_deque.h:792

Referenced by _M_default_initialize(), _M_destroy_data_aux(), _M_fill_initialize(), _M_new_elements_at_back(), _M_new_elements_at_front(), _M_range_initialize(), and _M_shrink_to_fit().

Here is the caller graph for this function: