tinympl
0.2
mini MPL library for C++11
|
Compute the size of a variadic template. More...
#include <tinympl/variadic/size.hpp>
Inherits integral_constant< std::size_t, sizeof...(Args)>.
Compute the size of a variadic template.
size<Args...>::value
is equivalent to sizeof ... (Args)