C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
This is the metafunction that returns the smallest type in the sequence. More...
#include <exercise-6-0.hpp>
This is the metafunction that returns the smallest type in the sequence.
This could be improved to create a vector when there are multiple types of the same size, all of which are smallest.
S | The set of types to examine for smallest size. |
Definition at line 104 of file exercise-6-0.hpp.