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