42 inline typename PB_DS_CLASS_C_DEC::size_type
 
   48 inline typename PB_DS_CLASS_C_DEC::size_type
 
   51 { 
return s_entry_allocator.max_size(); }
 
   57 { 
return (m_p_l == 0); }
 
auto end(_Container &__cont) -> decltype(__cont.end())
Return an iterator pointing to one past the last element of the container. 
auto begin(_Container &__cont) -> decltype(__cont.begin())
Return an iterator pointing to the first element of the container. 
iterator_traits< _InputIterator >::difference_type distance(_InputIterator __first, _InputIterator __last)
A generalization of pointer arithmetic.