std::literals Symbol Index (since C++14) (original) (raw)
| std |
|---|
| std::chrono(C++11) |
| std::contracts(C++26) |
| std::execution(C++17) |
| std::filesystem(C++17) |
| std::linalg(C++26) |
| std::literals(C++14) |
| std::numbers(C++20) |
| std::placeholders(C++11) |
| std::pmr(C++17) |
| std::ranges(C++20) |
| std::regex_constants(C++11) |
| std::rel_ops(deprecated in C++20) |
| std::this_thread(C++11) |
| Macros |
| Removed symbols (Zombie names) |
| Exposition-only symbols |
std::literals
| std::literals::chrono_literals(C++14) |
|---|
| std::literals::complex_literals(C++14) |
| std::literals::string_literals(C++14) |
| std::literals::string_view_literals(C++17) |
This page tries to list all the symbols that are available from the standard library in the namespace std::literals. The symbols are written as follows:
- Function names with
(). - Templates with
<>.
[edit]
[C](literals.html#C) [S](literals.html#S)
[edit] C
▶ chrono_literals (since C++14)
▶ complex_literals (since C++14)
[edit] S
▶ string_literals (since C++14)
▶ string_view_literals (since C++17)