Forward declares boost::hana::unique.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| constexpr auto | boost::hana::unique | 
| Removes all consecutive duplicate elements from a Sequence.Given a Sequenceand an optional binary predicate,uniquereturns a new sequence containing only the first element of every subrange of the original sequence whose elements are all equal. In other words, it turns a sequence of the form[a, a, b, c, c, c, d, d, d, a]into a sequence[a, b, c, d, a]. The equality of two elements is determined by the providedpredicate, or byequalif nopredicateis provided.  More... | |
Forward declares boost::hana::unique.