Standard library header <meta> (C++26)
From cppreference.com
| This section is incomplete |
Includes | |||
(C++20) |
Three-way comparison operator support | ||
(C++11) |
std::initializer_list class template | ||
Concepts | |||
Defined in namespace
std::meta | |||
(C++26) |
specifies a range of reflection values (concept) | ||
Types | |||
Defined in namespace
std::meta | |||
(C++26) |
the type of reflection values (typedef) | ||
(C++26) |
exception thrown by reflection functions (class) | ||
(C++26) |
identifies overloadable operators (enum) | ||
(C++26) |
represents a context for access checking (class) | ||
functions | |||
Defined in namespace
std | |||
| |||
(C++26) |
promotes compile-time string to static storage, returning a pointer to the first character of the static string (function template) | ||
(C++26) |
promotes compile-time array into static storage, returning a span of the static array (function template) | ||
(C++26) |
promotes compile-time value into static storage, returning a pointer to the static object (function template) | ||
Defined in namespace
std::meta | |||
(C++26) |
promotes a compile-time string to static storage, returning a reflection representing the static string (function template) | ||
(C++26) |
promotes compile-time array into static storage, returning a reflection representing the static array (function template) | ||
| |||
Synopsis
| This section is incomplete |