Boost.Hana  1.2.0
Your standard library for metaprogramming
find.hpp File Reference

Forward declares boost::hana::find. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::find
 Finds the value associated to the given key in a structure.Given a key and a Searchable structure, find returns the just the first value whose key is equal to the given key, or nothing if there is no such key. Comparison is done with equal. find satisfies the following: More...
 

Detailed Description

Forward declares boost::hana::find.