Searched defs:drop_front (Results 1 – 7 of 7) sorted by relevance
47 constexpr auto drop_front = [](auto&& xs[, auto const& n]) { in __anone68457cb0102() variable
47 constexpr auto drop_front = [](auto&& xs[, auto const& n]) { in __anon506ed6980102() variable
61 RefType drop_front(uint32_t N) const { in drop_front() function208 BinarySubstreamRef drop_front(uint32_t N) const { in drop_front() function
141 void drop_front() { Skew += begin()->length(); } in drop_front() function
259 void drop_front() in drop_front() function in boost::iterator_range_detail::iterator_range_base265 void drop_front(difference_type n) in drop_front() function in boost::iterator_range_detail::iterator_range_base
97 struct drop_front { struct99 struct apply {110 struct drop_front<0> { struct112 struct apply {
461 inline static void drop_front(StringRef& str, size_t n = 1) { in drop_front() function