Namespaces
Variants
Views
Actions

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

From cppreference.com
({{tt}})
(+)
Line 31: Line 31:
 
{{nv ln | cpp/utility/move | notes={{mark c++11}} }}
 
{{nv ln | cpp/utility/move | notes={{mark c++11}} }}
 
{{nv ln | cpp/utility/move_if_noexcept | notes={{mark c++11}} }}
 
{{nv ln | cpp/utility/move_if_noexcept | notes={{mark c++11}} }}
 +
{{nv h2 | Elementary string conversions}}
 +
{{nv ln | cpp/utility/to_chars | notes={{mark c++17}} }}
 +
{{nv ln | cpp/utility/from_chars | notes={{mark c++17}} }}
 
{{nv h2 | Type operations}}
 
{{nv h2 | Type operations}}
 
{{nv ln | cpp/utility/declval | notes={{mark c++11}} }}
 
{{nv ln | cpp/utility/declval | notes={{mark c++11}} }}
 
{{nv ln | cpp/utility/as_const | notes={{mark c++17}} }}
 
{{nv ln | cpp/utility/as_const | notes={{mark c++17}} }}
 
{{nv end}}
 
{{nv end}}

Revision as of 06:18, 15 November 2016

Type support (basic types, RTTI, type traits)
Dynamic memory management
Error handling
Program utilities
Variadic functions
Date and time
Function objects
(C++11)
Relational operators
optional, any and variant (C++17)
Pairs and tuples
(C++11)
(C++17)
Swap, forward and move
(C++14)
(C++11)
(C++11)
Elementary string conversions
(C++17)
(C++17)
Type operations
(C++11)
(C++17)