Continue reading "NamedType: The Easy Way to Use Strong Types in C++"
NamedType: The Easy Way to Use Strong Types in C++
NamedType is a library written by Jonathan Boccara, a C++ developer and author of the FluentC++ blog. The NamedType library provides a simple interface for using strong types, which are not natively supported in C++. We often utilize native types, such as int or double, to represent the values in our software. The general nature …
