Exploring the Standard Type Traits: Part 2
Understand type transformation using metafunctions in C++ template metaprogramming.
We'll cover the following
Modifying cv-specifiers, references, pointers, or a sign
The type traits that are performing transformations on types are also called metafunctions. These type traits provided a member type (typedef
) called type
that represents the transformed type. This category of type traits includes the following:
Get hands-on with 1400+ tech skills courses.