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... | |
Forward declares boost::hana::tag_of
and boost::hana::tag_of_t
.