Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/utility/navbar content"

From cppreference.com
(move [debugging] to [diagnostics])
m (tweaks.)
 
Line 25: Line 25:
 
{{nv ln|cpp/utility/compare/compare_strong_order_fallback|notes={{mark c++20}}}}
 
{{nv ln|cpp/utility/compare/compare_strong_order_fallback|notes={{mark c++20}}}}
 
{{nv ln|cpp/utility/compare/compare_weak_order_fallback|notes={{mark c++20}}}}
 
{{nv ln|cpp/utility/compare/compare_weak_order_fallback|notes={{mark c++20}}}}
{{nv ln|cpp/utility/compare/compare_partial_order_fallback|notes={{mark c++20}}{{nbsp|3}}}}
+
{{nv ln|cpp/utility/compare/compare_partial_order_fallback|notes={{mark c++20}}{{nbspt|2}}}}
 
{{nv col begin}}
 
{{nv col begin}}
{{nv ln|cpp/utility/compare/named_comparison_functions|is_eq|is_lt|is_lteq||notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}}}
+
{{nv col begin}}
 +
{{nv ln|cpp/utility/compare/named_comparison_functions|is_eq|is_lt|is_lteq||notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}{{nbspt|2}}}}
 
{{nv col next}}
 
{{nv col next}}
 
{{nv ln|cpp/utility/compare/named_comparison_functions|is_neq|is_gt|is_gteq|notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}}}
 
{{nv ln|cpp/utility/compare/named_comparison_functions|is_neq|is_gt|is_gteq|notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}}}
 
{{nv col end}}
 
{{nv col end}}
{{nv ph}}
+
{{nv col end}}
{{nv ph}}
+
{{nv ph}}
+
 
{{nv ph}}
 
{{nv ph}}
 
{{nv col next}}
 
{{nv col next}}
 
{{nv h1|General utilities}}
 
{{nv h1|General utilities}}
 +
{{nv col begin}}
 +
{{nv col begin}}
 
{{nv|[[cpp/chrono|Date and time]]}}
 
{{nv|[[cpp/chrono|Date and time]]}}
 
{{nv|[[cpp/utility/functional|Function objects]]}}
 
{{nv|[[cpp/utility/functional|Function objects]]}}
{{nv|[[cpp/utility/format|Formatting library]] {{mark c++20}}}}
+
{{nv|[[cpp/utility/format|Formatting library]] {{mark c++20}}{{nbspt|2}}}}
 +
{{nv col next}}
 
{{nv ln|cpp/utility/bitset}}
 
{{nv ln|cpp/utility/bitset}}
 
{{nv ln|cpp/utility/hash|notes={{mark c++11}}}}
 
{{nv ln|cpp/utility/hash|notes={{mark c++11}}}}
 +
{{nv ph}}
 +
{{nv col end}}
 +
{{nv col end}}
 
{{nv h2|{{ls|cpp/utility#Relational operators}} {{mark deprecated c++20}}}}
 
{{nv h2|{{ls|cpp/utility#Relational operators}} {{mark deprecated c++20}}}}
 
{{nv col begin}}
 
{{nv col begin}}
{{nv mem ln|cpp/utility/rel_ops/operator_cmp|operator!{{=}}|operator>|notes={{nbsp|3}}}}
+
{{nv col begin}}
 +
{{nv mem ln|cpp/utility/rel_ops/operator_cmp|operator!{{=}}|operator>|notes={{nbspt|2}}}}
 
{{nv col next}}
 
{{nv col next}}
 
{{nv mem ln|cpp/utility/rel_ops/operator_cmp|operator<{{=}}|operator>{{=}}}}
 
{{nv mem ln|cpp/utility/rel_ops/operator_cmp|operator<{{=}}|operator>{{=}}}}
Line 50: Line 56:
 
{{nv h2|{{ls|cpp/utility#Integer comparison functions}}}}
 
{{nv h2|{{ls|cpp/utility#Integer comparison functions}}}}
 
{{nv col begin}}
 
{{nv col begin}}
{{nv ln|cpp/utility/intcmp|cmp_equal|cmp_less|cmp_less_than|notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}{{nbsp|3}}}}
+
{{nv ln|cpp/utility/intcmp|cmp_equal|cmp_less|cmp_less_than|notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}{{nbspt|2}}}}
 
{{nv col next}}
 
{{nv col next}}
 
{{nv ln|cpp/utility/intcmp|cmp_not_equal|cmp_greater|cmp_greater_than|notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}}}
 
{{nv ln|cpp/utility/intcmp|cmp_not_equal|cmp_greater|cmp_greater_than|notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}}}
Line 94: Line 100:
 
{{nv col end}}
 
{{nv col end}}
 
{{nv ph}}
 
{{nv ph}}
 +
{{nv col end}}
 
{{nv col end}}
 
{{nv col end}}
 
{{nv end}}
 
{{nv end}}

Latest revision as of 12:27, 2 November 2024

General utilities
Relational operators (deprecated in C++20)