Literals
Modern C++ In-Depth — Literal Operators and User-Defined Literals
by Michael Kristofik
From the article
In this installment, we’re going to take a look at user-defined literals. First introduced in C++11, this feature allows developers to create custom suffixes that can be used to reduce verbosity.
Add a Comment
Comments are closed.