Search code examples
How to avoid duplication of string literal text in functions that accept different width characters ...


c++stringtemplatesstring-literalsuser-defined-literals

Read More
Conveniently Declaring Compile-Time Strings in C++...


c++stringc++11metaprogramminguser-defined-literals

Read More
C++ user-defined string literal template weird issue (getting string literal length as compile-time ...


c++gccclangc++20user-defined-literals

Read More
Do preprocessor defines substitute in `operator""_name`...


c++language-lawyerc-preprocessoruser-defined-literals

Read More
User-defined literal string: compile-time length check...


c++c++11static-assertcompile-time-constantuser-defined-literals

Read More
Why the move constructor nor the move assign operator is not called in this expression with UDL?...


c++move-semanticsuser-defined-literals

Read More
Should user defined literals always be consteval in C++20?...


c++c++20constant-expressionuser-defined-literalsconsteval

Read More
Advantages of using user-defined literal for strings instead of string literal...


c++stringc++14user-defined-literals

Read More
What is wrong with operator"" _Bq?...


c++language-lawyerc++20reserved-wordsuser-defined-literals

Read More
Why do I have to use long double for user defined literals?...


c++c++11user-defined-literals

Read More
How to define compile time ternary literal in C++?...


c++c++11templatesvariadic-templatesuser-defined-literals

Read More
Numeric UDL operator template...


c++c++20user-defined-literals

Read More
Any idea why this user defined literals fails?...


c++user-defined-literals

Read More
User-defined literals...


c++user-defined-literals

Read More
User-defined literal for stringstream...


c++c++17stringstreamuser-defined-literals

Read More
User-defined literal doesn't work when the body is written in a different .cpp file...


c++literalsuser-defined-literals

Read More
Why do user-defined string literals and integer literals have different behavior?...


c++c++11user-defined-literals

Read More
Using a C++ user-defined literal to initialise an array...


c++initializer-listuser-defined-literals

Read More
Why does std::literals operators not automatically export when include their correspond header?...


c++c++14c++17string-literalsuser-defined-literals

Read More
Length of user-defined string literal as a template argument?...


c++11generic-programminguser-defined-literals

Read More
Invoke user-defined literal on lvalue...


c++c++11user-defined-literals

Read More
What does the operator"" do in C++?...


c++operator-overloadinguser-defined-literals

Read More
User Defined Literals for a String versus for a Hex Value...


c++c++11user-defined-literals

Read More
understanding user defined string literals addition for c++20...


c++c++20user-defined-literals

Read More
Convert const char* to const char_type* at compile time...


c++type-conversionc++20user-defined-literals

Read More
How to make [std::operator""s] visible in a namespace?...


c++c++11namespacesvisibilityuser-defined-literals

Read More
Reserved Names & User Literals...


c++language-lawyeruser-defined-literals

Read More
noexcept constructor of std::string_view...


c++c++17noexceptuser-defined-literalsstring-view

Read More
A problem with user-defined literal operator (in raw mode)...


c++c++20user-defined-literals

Read More
Is there a workaround to define a user-defined literal for shorts in c++?...


c++user-defined-literals

Read More
BackNext