Searched defs:before_begin (Results 1 – 2 of 2) sorted by relevance
184 iterator before_begin() in before_begin() function186 const_iterator before_begin() const in before_begin() function
186 iterator before_begin() { return iterator(_M_impl.before_begin()._M_node); } in before_begin() function187 …const_iterator before_begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.before… in before_begin() function