TypeTraits

C++ Core Guidelines: Programming at Compile Time with Type-Traits (The Second)

/
The type-traits library supports type checks, type comparisons, and type modifications at compile time.…
TypeTraits

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.…
Overview

C++ Core Guidelines: Programming at Compile Time

/
Today, I will continue my introduction to programming at compile time. The last post started with template…
dinosaur 966869 1280

C++ Core Guidelines: Rules for Template Metaprogramming

/
Yes, you read it correctly. Today, I write about template metaprogramming, programming with types and…