Searched defs:not_equals (Results 1 – 1 of 1) sorted by relevance
218 struct not_equals struct220 BOOST_CXX14_CONSTEXPR not_equals(int n) : n_(n) {} in not_equals() argument233 const int* start = ba::find_if_not_backward(from, to, not_equals(1)); // stops on first in check_constexpr_if_not_backward() argument