Home
last modified time | relevance | path

Searched defs:not_equals (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dfind_backward_test.cpp218 struct not_equals struct
220 BOOST_CXX14_CONSTEXPR not_equals(int n) : n_(n) {} in not_equals() argument
233 const int* start = ba::find_if_not_backward(from, to, not_equals(1)); // stops on first in check_constexpr_if_not_backward() argument