![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <functional>
#include <type_traits>
#include "vccc/__algorithm/ranges/find_if_not.hpp"
#include "vccc/__concepts/copy_constructible.hpp"
#include "vccc/__iterator/indirect_unary_predicate.hpp"
#include "vccc/__ranges/enable_borrowed_range.hpp"
#include "vccc/__ranges/end.hpp"
#include "vccc/__ranges/input_range.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__ranges/movable_box.hpp"
#include "vccc/__ranges/non_propagating_cache.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__ranges/views/all.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/has_typename_type.hpp"
Go to the source code of this file.
Classes | |
class | drop_while_view< V, Pred > |
struct | enable_borrowed_range< drop_while_view< T, Pred > > |
Namespaces | |
vccc | |
vccc::ranges | |
Functions | |
template<typename R , typename Pred , std::enable_if_t< conjunction< has_typename_type< views::detail::all_t_impl< R >>, std::is_object< Pred >>::value, int > = 0> | |
constexpr auto | make_drop_while_view (R &&r, Pred &&pred) |