Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if_not.pass.cpp78 struct NonConstComparableLValue { struct
79 …friend constexpr bool operator==(const NonConstComparableLValue&, const NonConstComparableLValue&)… in operator ==()
80 …friend constexpr bool operator==(NonConstComparableLValue&, NonConstComparableLValue&) { return fa… in operator ==() argument
81 …friend constexpr bool operator==(const NonConstComparableLValue&, NonConstComparableLValue&) { ret… in operator ==()
82 …friend constexpr bool operator==(NonConstComparableLValue&, const NonConstComparableLValue&) { ret… in operator ==() argument