C++ Core Guidelines: Programming at Compile Time with the Type-Traits
My journey through programming at compile time began in the last posts with template metaprogramming. Today, I jumped from C++98 to C++11. This is a jump to the type-traits library which is template metaprogramming in a standardized way.