Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
take_while.hpp File Reference
#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/bind_back.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/functional/indirect.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/utility/semiregular_box.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/view/adaptor.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::iter_take_while_view< Rng, Pred >
 
struct  ranges::take_while_view< Rng, Pred >
 
struct  ranges::views::iter_take_while_base_fn
 
struct  ranges::views::iter_take_while_fn
 
struct  ranges::views::take_while_base_fn
 
struct  ranges::views::take_while_bind_fn
 
struct  ranges::views::take_while_fn
 

Namespaces

namespace  ranges::views
 
namespace  ranges::cpp20
 

Typedefs

using ranges::cpp20::take_while_view = ranges::take_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 predicate< Pred &