Forward declares boost::hana::replicate.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| template<typename M > | |
| constexpr auto | boost::hana::replicate | 
| Create a monadic structure by combining a lifted value with itself ntimes.Given a valuex, a non-negativeIntegralConstantnand the tag of a monadic structureM,replicatecreates a new monadic structure which is the result of combiningxwith itselfntimes inside the monadic structure. In other words,replicatesimplyliftsxinto the monadic structure, and then combines that with itselfntimes:  More... | |
Forward declares boost::hana::replicate.