Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions | Variables
drop_while.hpp File Reference
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/algorithm/find_if_not.hpp>
#include <range/v3/functional/bind_back.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/optional.hpp>
#include <range/v3/utility/semiregular_box.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/interface.hpp>
#include <range/v3/view/view.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>

Go to the source code of this file.

Classes

struct  ranges::drop_while_view< Rng, Pred >
 
struct  ranges::views::drop_while_base_fn
 
struct  ranges::views::drop_while_bind_fn
 
struct  ranges::views::drop_while_fn
 

Namespaces

namespace  ranges::views
 
namespace  ranges::cpp20
 

Typedefs

using ranges::cpp20::drop_while_view = ranges::drop_while_view< Rng, Pred >
 

Functions

 ranges::template (typename Rng, typename Fun)() adjacent_filter_view(Rng &&
 
 ranges::cpp20::template (typename Rng, typename Pred)(AND input_range< Rng > AND indirect_unary_predicate< Pred
 

Variables

template<typename Rng , typename Pred >
RANGES_INLINE_VAR constexpr bool ranges::enable_borrowed_range< drop_while_view< Rng, Pred > >
 
template<typename Rng , typename Pred >
RANGES_INLINE_VAR constexpr bool ranges::disable_sized_range< drop_while_view< Rng, Pred > >