Type Traits

In this lesson, we will learn about type traits, their advantages, and their application.

Template metaprogramming #

Template metaprogramming is programming at compile-time. However, what does template metaprogramming have in common with the type-traits library? As it turns out, quite a lot! The type-traits library is pure template metaprogramming enclosed in a library.

Applications of

...