Boost.Hana  1.0.2
Your standard library for metaprogramming
tuple.hpp File Reference

Adapts boost::fusion::tuple for use with Hana. More...

Classes

struct  boost::fusion::tuple< T >
 Adapter for Boost.Fusion tuples. More...
 

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 

Detailed Description

Adapts boost::fusion::tuple for use with Hana.

In the current version of Boost.Fusion, boost::fusion::tuple is basically an alias to boost::fusion::vector, so both data types share the same implementation in Hana.