Home
last modified time | relevance | path

Searched refs:unique_not_equal_to (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/range/adaptor/
Duniqued.hpp24 struct unique_not_equal_to struct
36 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()