VCCC  2024.05
VisualCamp Common C++ library
drop_while_view.hpp File Reference

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)