Boost.Hana  1.0.2
Your standard library for metaprogramming
count_if.hpp File Reference

Forward declares boost::hana::count_if. More...

Namespaces

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

Variables

constexpr auto boost::hana::count_if
 Return the number of elements in the structure for which the predicate is satisfied.Specifically, returns an object of an unsigned integral type, or a Constant holding such an object, which represents the number of elements in the structure satisfying the given predicate. More...
 

Detailed Description

Forward declares boost::hana::count_if.