VCCC  2024.05
VisualCamp Common C++ library
take_while_niebloid Struct Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/take_while.hpp>

Public Member Functions

template<typename R , typename Pred , std::enable_if_t< conjunction< has_typename_type< detail::all_t_impl< R >>, view< all_t< R >>, input_range< all_t< R >>, std::is_object< remove_cvref_t< Pred >>, indirect_unary_predicate< const remove_cvref_t< Pred >, iterator_t< all_t< R >>> >::value, int > = 0>
constexpr auto operator() (R &&r, Pred &&pred) const
 
template<typename Pred >
constexpr auto operator() (Pred &&pred) const
 

Member Function Documentation

◆ operator()() [1/2]

constexpr auto operator() ( Pred &&  pred) const
inlineconstexpr

◆ operator()() [2/2]

constexpr auto operator() ( R &&  r,
Pred &&  pred 
) const
inlineconstexpr

The documentation for this struct was generated from the following file: