Synopsis of methods | |
constexpr view< unique_fn > | unique {} |
Public Types | |
template<typename Rng , typename C = equal_to> | |
using | Concept = meta::and_< ForwardRange< Rng >, IndirectRelation< C, iterator_t< Rng > >> |
Public Member Functions | |
template<typename Rng , typename C = equal_to, requires = (Concept<Rng, C>())> | |
auto | operator() (Rng &&rng, C pred={}) const -> adjacent_filter_view< all_t< Rng >, logical_negate< C >> |