Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Dconcepts.h254 strict_weak_order<_Fp&, iter_value_t<_It1>&, iter_value_t<_It2>&> &&
255 strict_weak_order<_Fp&, iter_value_t<_It1>&, iter_reference_t<_It2>> &&
256 strict_weak_order<_Fp&, iter_reference_t<_It1>, iter_value_t<_It2>&> &&
257 strict_weak_order<_Fp&, iter_reference_t<_It1>, iter_reference_t<_It2>> &&
258 strict_weak_order<_Fp&, iter_common_reference_t<_It1>, iter_common_reference_t<_It2>>;
/openbsd/gnu/llvm/libcxx/include/__concepts/
H A Drelation.h38 concept strict_weak_order = relation<_Rp, _Tp, _Up>; variable
/openbsd/gnu/llvm/libcxx/include/
H A Dconcepts125 // [concept.strictweakorder], concept strict_weak_order
127 concept strict_weak_order = see below;