Forward declares boost::hana::drop_while.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| constexpr auto | boost::hana::drop_while | 
| Drop elements from an iterable up to, but excluding, the first element for which the predicateis not satisfied.Specifically,drop_whilereturns an iterable containing all the elements of the original iterable except for those in the range delimited by [head,e), whereheadis the first element andeis the first element for which thepredicateis not satisfied. If the iterable is not finite, thepredicatehas to return a false- valuedLogicalat a finite index for this method to return.  More... | |
Forward declares boost::hana::drop_while.