std::experimental::ranges::StrictTotallyOrdered, std::experimental::ranges::StrictTotallyOrderedWith
Defined in header <experimental/ranges/concepts>
|
||
template <class T> concept bool StrictTotallyOrdered = |
(1) | (ranges TS) |
template <class T, class U> concept bool StrictTotallyOrderedWith = |
(2) | (ranges TS) |
This section is incomplete Reason: add description and extra caveats |