Search code examples
Two double quotes around preprocessor token in macro definition...

c++c++11string-literalsuser-defined-literals

Read More
How to compose stringification with user defined literal (UDL) in Macro?...

c++macrosconcatenationuser-defined-literals

Read More
User-defined literal operator isn't recognised in my class...

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

Read More
Is it possible to disable GCC warning about missing underscore in user defined literal?...

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

Read More
How do I define a negative UDL in c++11 (are they disallowed?)?...

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

Read More
C++: setting time using suffixes...

c++c++11timec++14user-defined-literals

Read More
Is this string addition a valid expression?...

c++stringoperator-overloadingstring-literalsuser-defined-literals

Read More
Can a string literal be passed to a function that takes const char*?...

c++type-conversionimplicit-conversionuser-defined-literals

Read More
user-defined literals combined with an uint64_t argument...

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

Read More
What is C++20's string literal operator template?...

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

Read More
template parameter list for literal operator...

c++language-lawyervariadic-templatestemplate-meta-programminguser-defined-literals

Read More
Inconsistency parsing numeric literals according to C++ Standard's grammar...

c++syntaxc-preprocessorlanguage-lawyeruser-defined-literals

Read More
How to get smallest variable with C++11 user defined literals...

c++templatesc++11variadic-templatesuser-defined-literals

Read More
chrono literals in VS2015...

c++visual-studiovisual-studio-2015user-defined-literals

Read More
Numeric literal operator error...

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

Read More
Does C++17 allow a non-ascii character as an identifier?...

c++compiler-errorsstandardsc++17user-defined-literals

Read More
Is `using namespace std::literals` safe?...

c++user-defined-literals

Read More
User defined const char* literal example from cppreference...

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

Read More
How to refer to user defined literal operator inside a namespace?...

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

Read More
Can user defined numeric literals be immediately followed by a dot?...

c++c++11language-lawyeruser-defined-literals

Read More
User Defined String Literals compared to Const Strings...

c++stringstring-literalsuser-defined-literalsconst-string

Read More
user-defined literals overloading in <chrono>...

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

Read More
JSON for Modern C++ _json Syntax...

c++jsonuser-defined-literals

Read More
How to compose and form the binary literals, for example through the conversion from decimal in C++1...

c++11binarydecimalc++14user-defined-literals

Read More
Using macros in printf function in VS2013 vs VS2017...

c++user-defined-literals

Read More
Non-string literals are prvalues?...

c++c++14c++17lvalueuser-defined-literals

Read More
Why aren't C++14 standard-defined literals in the global namespace by default?...

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

Read More
Can I use a namespace::user-defined-literals directly in an expression...

c++11user-defined-literals

Read More
user defined string literal, is string null terminated?...

c++user-defined-literals

Read More
creating a literal for a Point - C++...

c++user-defined-literals

Read More
BackNext