142 {
144 {
146 this->
_M_impl._M_start._M_cur - 1,
148 --this->
_M_impl._M_start._M_cur;
149 }
150 else
152#if __cplusplus > 201402L
154#endif
155 }
void _M_push_front_aux(_Args &&... __args)
Helper functions for push_* and pop_*.
reference front() noexcept
A standard container using fixed-size memory allocation and constant-time manipulation of elements at...
static constexpr std::__enable_if_t< __is_custom_pointer< _Ptr >::value > construct(_Tp_alloc_type &__a, _Ptr __p, _Args &&... __args) noexcept(noexcept(_Base_type::construct(__a, std::__to_address(__p), std::forward< _Args >(__args)...)))