Searched refs:unique_not_equal_to (Results 1 – 1 of 1) sorted by relevance
24 struct unique_not_equal_to struct36 class uniqued_range : public adjacent_filtered_range<unique_not_equal_to, ForwardRng, true>38 typedef adjacent_filtered_range<unique_not_equal_to, ForwardRng, true> base;41 : base(unique_not_equal_to(), rng) in uniqued_range()