Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/symbol index/string view literals"

From cppreference.com
(+)
 
(Added a link to standard library.)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{title|std::literals::string_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 ''Standard Library'' in the namespace ''std::literals::string_view_literals::''. The symbols are written as follows:
+
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:
<ul>
+
* Function names with {{tt|()}}.
<li>Function names with ''()''.</li>
+
* Templates with {{tt|<>}}.
<li>Templates with ''<>''.</li>
+
</ul>
+
  
 
===Notes===
 
===Notes===
These operators are declared in the namespace {{tt|std::literals::string_view_literals}}, where both {{tt|literals}} and {{tt|string_view_literals}} are inline namespaces. Access to these operators can be gained with {{c|using namespace std::literals}}, {{c|using namespace std::string_view_literals}}, and {{c|using namespace std::literals::string_view_literals}}.
+
{{cpp/literals namespace note|string_view}}
  
==<blockquote><tt>[[cpp/symbol_index/string_view_literals#S| S]] </tt></blockquote>==  
+
==<blockquote>{{tt|[[#S|S]]}}</blockquote>==  
 
<br/>
 
<br/>
  
=S=
+
===S===
[[cpp/string/basic_string_view/operator""sv | {{tt|sv}}]] {{mark since c++17}} <br/>
+
{{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


[edit] S

sv (since C++17)