Boost.Hana  1.5.0
Your standard library for metaprogramming
tag_of.hpp File Reference

Forward declares boost::hana::tag_of and boost::hana::tag_of_t. More...

Classes

struct  boost::hana::tag_of< T, enabler >
 Metafunction returning the tag associated to T. More...
 

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Typedefs

template<typename T >
using boost::hana::tag_of_t = typename hana::tag_of< T >::type
 Alias to tag_of<T>::type, provided for convenience. More...
 

Detailed Description

Forward declares boost::hana::tag_of and boost::hana::tag_of_t.