Searched defs:pop_front (Results 1 – 9 of 9) sorted by relevance
30 struct pop_front struct38 struct result<This(Seq)>43 struct result<This(Seq &)>49 operator ()(Seq &seq) const in operator ()()58 operator ()(Seq const &seq) const in operator ()()
21 struct pop_front struct30 type;37 pop_front(Sequence const& seq) in pop_front() function
28 struct pop_front struct
100 pop_front(_Tp& __t) in pop_front() function
3038 template<typename _Tp> inline void Seq<_Tp>::pop_front() in pop_front() function3044 template<typename _Tp> inline void Seq<_Tp>::pop_front(_Tp* elem, size_t count) in pop_front() function
271 void pop_front() { drop_front(); } in pop_front() function in boost::iterator_range_detail::iterator_range_base