std | ||||
(C++11) | ||||
(C++26) | ||||
(C++17) | ||||
(C++17) | ||||
(C++26) | ||||
(C++14) | ||||
(C++20) | ||||
(C++11) | ||||
(C++17) | ||||
(C++20) | ||||
(C++11) | ||||
(deprecated in C++20) | ||||
(C++11) | ||||
Macros | ||||
Removed symbols(Zombie names) | ||||
Exposition-only symbols |
std::literals::string_literals (C++14) | ||||
This page tries to list all the symbols that are available from thestandard library in the namespacestd::literals::string_literals. The symbols are written as follows:
()
.<>
.These operators are declared in the namespacestd::literals::string_literals, where bothliterals andstring_literals areinline namespaces. Access to these operators can be gained with:
std::chrono::duration also definesoperator""s to represent literal seconds, but it is an arithmetic literal:10.0s and10s are ten seconds, but"10"s is a string.
S
s(since C++14)