Adapts boost::fusion::tuple
for use with Hana.
More...
Classes | |
struct | boost::fusion::tuple< T > |
Adapter for Boost.Fusion tuples. More... | |
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
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.