Forward declares boost::hana::append
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::append |
Append an element to a monadic structure.Given an element x and a monadic structure xs , append returns a new monadic structure which is the result of lifting x into the monadic structure and then combining that (to the right) with xs . In other words,. More... | |
Forward declares boost::hana::append
.