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

Forward declares boost::hana::common and boost::hana::common_t. More...

Classes

struct  boost::hana::common< T, U, enabler >
 Metafunction returning the common data type between two data types. More...
 
struct  boost::hana::has_common< T, U, typename >
 Metafunction returning whether two data types share a common data type. More...
 

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Typedefs

template<typename T , typename U >
using boost::hana::common_t = typename common< T, U >::type
 Alias to common<T, U>::type, provided for convenience. More...
 

Detailed Description

Forward declares boost::hana::common and boost::hana::common_t.