Boost.Hana  1.0.0
Your standard library for metaprogramming
concat.hpp File Reference

Forward declares boost::hana::concat. More...

Namespaces

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

Variables

constexpr auto boost::hana::concat
 Combine two monadic structures together.Given two monadic structures, concat combines them together and returns a new monadic structure. The exact definition of concat will depend on the exact model of MonadPlus at hand, but for sequences it corresponds intuitively to simple concatenation. More...
 

Detailed Description

Forward declares boost::hana::concat.