Iros
 
Loading...
Searching...
No Matches
di::container::view::detail::DropWhileFunction Struct Reference

#include <di/container/view/drop_while.h>

Public Member Functions

template<concepts::ViewableContainer Con, typename Pred>
requires (CustomDropWhile<Con, Pred> || ViewDropWhile<Con, Pred>)
constexpr auto operator() (Con &&container, Pred &&predicate) const -> concepts::View auto
 

Member Function Documentation

◆ operator()()

template<concepts::ViewableContainer Con, typename Pred>
requires (CustomDropWhile<Con, Pred> || ViewDropWhile<Con, Pred>)
auto di::container::view::detail::DropWhileFunction::operator() ( Con && container,
Pred && predicate ) const -> concepts::View auto
inlineconstexpr

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