#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/drop_while.hpp>
|
template<typename R , typename Pred , std::enable_if_t< viewable_range< R >::value, int > = 0> |
constexpr auto | operator() (R &&r, Pred &&pred) const |
|
template<typename Pred , std::enable_if_t< std::is_object< std::decay_t< Pred >>::value, int > = 0> |
constexpr auto | operator() (Pred &&pred) const |
|
◆ 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: