Difference between revisions of "Template:cpp/utility/tuple/dsc operator cmp"
From cppreference.com
(P1614R2) |
Andreas Krug (Talk | contribs) m (fmt) |
||
Line 1: | Line 1: | ||
− | {{dsc tfun | cpp/utility/tuple/operator_cmp | title=operator==<br>operator!=<br>operator<<br>operator<=<br>operator><br>operator>=<br>operator<=> | notes=<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark c++20}} | lexicographically compares the values in the tuple }} | + | {{dsc tfun|cpp/utility/tuple/operator_cmp|title=operator==<br>operator!=<br>operator<<br>operator<=<br>operator><br>operator>=<br>operator<=>|notes=<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark until c++20|removed=yes}}<br>{{mark c++20}}|lexicographically compares the values in the tuple}} |
Latest revision as of 10:40, 3 January 2024
|- class="t-dsc"
|(removed in C++20)(removed in C++20)(removed in C++20)(removed in C++20)(removed in C++20)(C++20)
| lexicographically compares the values in the tuple
(function template)
|-