#include <di/container/view/drop_while.h>
 | 
template<concepts::ViewableContainer Con, typename Pred>  
requires (CustomDropWhile<Con, Pred> || ViewDropWhile<Con, Pred>) | 
| constexpr auto  | operator() (Con &&container, Pred &&predicate) const -> concepts::View auto | 
|   | 
◆ 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: