Boost.Hana  1.1.0
Your standard library for metaprogramming
index_if.hpp File Reference

Defines boost::hana::detail::index_if. More...

Classes

struct  boost::hana::detail::index_if< Pred, Ts, typename >
 Returns the index of the first element of the pack<> that satisfies the predicate, or the size of the pack if there is no such element. More...
 

Namespaces

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

Detailed Description

Defines boost::hana::detail::index_if.