Boost.Hana  1.0.1
Your standard library for metaprogramming
take_while.hpp File Reference

Forward declares boost::hana::take_while. More...

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::take_while
 Take elements from a sequence while the predicate is satisfied.Specifically, take_while returns a new sequence containing the longest prefix of xs in which all the elements satisfy the given predicate. More...
 

Detailed Description

Forward declares boost::hana::take_while.