take_while.hpp File Reference

Go to the source code of this file.

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::xform
 Efficient and flexible C++ implementation of transducers.
 

Typedefs

template<typename T >
using take_while_t = transducer_impl< detail::take_while_rf_gen, T >
 

Functions

template<typename PredicateT >
auto take_while (PredicateT &&p) -> take_while_t< estd::decay_t< PredicateT > >
 Similar to clojure.core/take_while$1. More...
 
Fork me on GitHub