Forward declares boost::hana::take_back.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| constexpr auto | boost::hana::take_back | 
| Returns the last nelements of a sequence, or the whole sequence if the sequence has less thannelements.Given aSequencexsand anIntegralConstantn,take_back(xs, n)is a new sequence containing the lastnelements ofxs, in the same order. Iflength(xs) <= n, the whole sequence is returned and no error is triggered.  More... | |
Forward declares boost::hana::take_back.