Difference between revisions of "cpp/symbol index/string view literals"
From cppreference.com
< cpp | symbol index
m (~) |
(Added a link to standard library.) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{title|std::literals::string_view_literals Symbol Index}} | {{title|std::literals::string_view_literals Symbol Index}} | ||
− | {{cpp/navbar}} | + | {{cpp/symbol index/literals/navbar}} |
− | This page tries to list all the symbols that are available from the | + | This page tries to list all the symbols that are available from the [[cpp/standard library|standard library]] in the namespace {{c|std::literals::string_view_literals}}. The symbols are written as follows: |
− | + | * Function names with {{tt|()}}. | |
− | + | * Templates with {{tt|<>}}. | |
− | + | ||
− | + | ||
===Notes=== | ===Notes=== | ||
− | + | {{cpp/literals namespace note|string_view}} | |
− | ==<blockquote> | + | ==<blockquote>{{tt|[[#S|S]]}}</blockquote>== |
<br/> | <br/> | ||
− | =S= | + | ===S=== |
− | + | {{ltt|cpp/string/basic_string_view/operator""sv|sv}} {{mark since c++17}}<br> | |
− | {{langlinks|zh}} | + | {{langlinks|de|es|ja|ru|zh}} |
Latest revision as of 01:36, 25 May 2023
This page tries to list all the symbols that are available from the standard library in the namespace std::literals::string_view_literals. The symbols are written as follows:
- Function names with
()
. - Templates with
<>
.
[edit] Notes
These operators are declared in the namespace std::literals::string_view_literals, where both literals and string_view_literals are inline namespaces. Access to these operators can be gained with:
- using namespace std::literals,
- using namespace std::string_view_literals, or
- using namespace std::literals::string_view_literals.
[edit] S
S
[edit] S
sv (since C++17)