Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dranges_operations.h52 requires totally_ordered_with<_Tp, _Up>
63 requires totally_ordered_with<_Tp, _Up>
74 requires totally_ordered_with<_Tp, _Up>
85 requires totally_ordered_with<_Tp, _Up>
/openbsd-src/gnu/llvm/libcxx/include/__concepts/
H A Dtotally_ordered.h45 concept totally_ordered_with = variable
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DSpaceshipPapers.csv3 `P2404R0 <https://wg21.link/P2404>`_,"Relaxing equality_comparable_with's, totally_ordered_with's, …
H A DCxx2bPapers.csv70 …3>`__","LWG","Move-only types for ``equality_comparable_with``, ``totally_ordered_with``, and ``th…
H A DCxx20Issues.csv253 "`3329 <https://wg21.link/LWG3329>`__","``totally_ordered_with``\ both directly and indirectly req…
/openbsd-src/gnu/llvm/libcxx/include/
H A Dconcepts92 concept totally_ordered_with = see below;
/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Diota_view.h317 if constexpr (totally_ordered_with<_Start, _BoundSentinel>) {