Synopsis of methods | |
constexpr drop_while_fn | drop_while {} |
Additional Inherited Members | |
![]() | |
template<typename Rng , typename Pred > | |
auto | operator() (Rng &&rng, Pred pred) const -> drop_while_view< all_t< Rng >, Pred > |
template<typename Rng , typename Pred , typename Proj > | |
auto | operator() (Rng &&rng, Pred pred, Proj proj) const -> drop_while_view< all_t< Rng >, composed< Pred, Proj >> |
![]() | |
template<typename Pred , typename Proj > | |
constexpr auto | operator() (Pred &&pred, Proj proj) const |
template<typename Pred > | |
constexpr auto | operator() (Pred pred) const |