Boost.Hana  1.7.1
Your standard library for metaprogramming
contains.hpp File Reference

Forward declares boost::hana::contains and boost::hana::in. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::contains
 Returns whether the key occurs in the structure. More...
 
constexpr auto boost::hana::in = hana::infix(hana::flip(hana::contains))
 Return whether the key occurs in the structure. More...
 

Detailed Description

Forward declares boost::hana::contains and boost::hana::in.