#include <di/container/view/take_while.h>
|  | 
| template<concepts::ViewableContainer Con, typename Pred> requires (CustomTakeWhile<Con, Pred> || ViewTakeWhile<Con, Pred>)
 | 
| constexpr auto | operator() (Con &&container, Pred &&predicate) const -> concepts::View auto | 
|  | 
◆ operator()()
template<concepts::ViewableContainer Con, typename Pred> 
requires (CustomTakeWhile<Con, Pred> || ViewTakeWhile<Con, Pred>)
  
  | 
        
          | auto di::container::view::detail::TakeWhileFunction::operator() | ( | Con && | container, |  
          |  |  | Pred && | predicate ) const -> concepts::View auto |  | inlineconstexpr | 
 
 
The documentation for this struct was generated from the following file: