Namespaces
Variants
Views
Actions

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

From cppreference.com
(navbar link for tuple_size/tuple_element)
m (Make right section more vertically compact.)
Line 29: Line 29:
 
{{nv col next}}
 
{{nv col next}}
 
{{nv h1 | General utilities}}
 
{{nv h1 | General utilities}}
 +
{{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 ln | cpp/utility/bitset }}
 
{{nv ln | cpp/utility/bitset }}
 +
{{nv col next}}
 +
{{nv | [[cpp/utility/format | Formatting library]] {{mark c++20}} }}
 
{{nv ln | cpp/utility/hash | notes={{mark c++11}} }}
 
{{nv ln | cpp/utility/hash | notes={{mark c++11}} }}
 
{{nv ln | cpp/utility/integer_sequence| notes={{mark c++14}}}}
 
{{nv ln | cpp/utility/integer_sequence| notes={{mark c++14}}}}
 +
{{nv col end}}
 
{{nv h2 | Relational operators {{mark deprecated c++20}} }}
 
{{nv h2 | Relational operators {{mark deprecated c++20}} }}
{{nv mem ln | cpp/utility/rel_ops/operator_cmp | operator!{{=}} | operator> | operator<{{=}} | operator>{{=}}}}
+
{{nv col begin}}
 +
{{nv mem ln | cpp/utility/rel_ops/operator_cmp | operator!{{=}} | operator>}}
 +
{{nv col next}}
 +
{{nv mem ln | cpp/utility/rel_ops/operator_cmp | operator<{{=}} | operator>{{=}}}}
 +
{{nv col end}}
 
{{nv h2 | Integer comparison functions}}
 
{{nv h2 | Integer comparison functions}}
{{nv ln | cpp/utility/intcmp |cmp_equal|cmp_not_equal|cmp_less|cmp_greater|cmp_less_than|cmp_greater_than| notes={{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}}<br>{{mark c++20}} }}
+
{{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}} }}
 +
{{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 col end}}
 
{{nv ln | cpp/utility/in_range | notes={{mark c++20}} }}
 
{{nv ln | cpp/utility/in_range | notes={{mark c++20}} }}
 
{{nv h2 | Swap and type operations}}
 
{{nv h2 | Swap and type operations}}
Line 68: Line 79:
 
{{nv col end}}
 
{{nv col end}}
 
{{nv h2 | Elementary string conversions}}
 
{{nv h2 | Elementary string conversions}}
 +
{{nv col begin}}
 
{{nv ln | cpp/utility/to_chars | notes={{mark c++17}} }}
 
{{nv ln | cpp/utility/to_chars | notes={{mark c++17}} }}
 
{{nv ln | cpp/utility/from_chars | notes={{mark c++17}} }}
 
{{nv ln | cpp/utility/from_chars | notes={{mark c++17}} }}
 +
{{nv col next}}
 
{{nv ln | cpp/utility/chars_format | notes={{mark c++17}} }}
 
{{nv ln | cpp/utility/chars_format | notes={{mark c++17}} }}
 +
{{nv col end}}
 
{{nv h2 | Stacktrace}}
 
{{nv h2 | Stacktrace}}
 
{{nv ln | cpp/utility/stacktrace_entry | notes={{mark c++23}} }}
 
{{nv ln | cpp/utility/stacktrace_entry | notes={{mark c++23}} }}

Revision as of 04:56, 3 April 2021

General utilities
Relational operators (deprecated in C++20)
Integer comparison functions
(C++20)(C++20)(C++20)
(C++20)
Swap and type operations
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
Common vocabulary types
(C++11)
(C++17)
(C++17)
(C++17)
(C++11)
(C++17)

Elementary string conversions
(C++17)
(C++17)
Stacktrace