Tags: #modernescpp #feature
"User-defined literals are a convenient feature added in C++11. "
http://arne-mertz.de/2016/10/modern-c-features-user-defined-literals/
"User-defined literals are a convenient feature added in C++11. "
http://arne-mertz.de/2016/10/modern-c-features-user-defined-literals/
Simplify C++!
Modern C++ Features - User-Defined Literals - Simplify C++!
User-defined literals are a convenient feature added in C++11. Today I show you the syntax and some basic examples how to define and use them.
Tags: #cpp17 #feature #lambdas
https://www.reddit.com/r/cpp/comments/5irdg1/a_nice_c17_feature_that_is_being_overlooked/
https://www.reddit.com/r/cpp/comments/5irdg1/a_nice_c17_feature_that_is_being_overlooked/
reddit
A nice C++17 feature that is being overlooked: familiar... • /r/cpp
I love lambdas! <3 Missing from many C++17 feature lists is a small (but awesome!) change to lambdas called [familiar template syntax for generic...