C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Find the type with a smaller size in bytes. More...
#include <exercise-6-0.hpp>
Find the type with a smaller size in bytes.
If sizeof T1 < sizeof T2, this returns T1. Otherwise, it returns T2.
The | first type to examine. |
The | second type to examine. |
Definition at line 66 of file exercise-6-0.hpp.