Forward declares boost::hana::drop_front_exactly.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| constexpr auto | boost::hana::drop_front_exactly | 
| Drop the first nelements of an iterable, and return the rest.Given anIterablexswith a linearization of[x1, x2, ...]and a non-negativeIntegralConstantn,drop_front_exactly(xs, n)is an iterable with the same tag asxswhose linearization is[xn+1, xn+2, ...]. In particular, note that this function does not mutate the original iterable in any way. Ifnis not given, it defaults to anIntegralConstantwith a value equal to1.  More... | |
Forward declares boost::hana::drop_front_exactly.