A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4140/basic.string.literals below:

[basic.string.literals]

21.7 Suffix for basic_string literals [basic.string.literals]

string operator "" s(const char* str, size_t len);

u16string operator "" s(const char16_t* str, size_t len);

Returns: u16string{str,len}

u32string operator "" s(const char32_t* str, size_t len);

Returns: u32string{str,len}

wstring operator "" s(const wchar_t* str, size_t len);

Returns: wstring{str,len}

Note: The same suffix s is used for chrono::duration literals denoting seconds but there is no conflict, since duration suffixes apply to numbers and string literal suffixes apply to character array literals.  — end note ]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4