tinympl
0.2
mini MPL library for C++11
|
Multiplies its arguments. More...
#include <tinympl/multiplies.hpp>
Multiplies its arguments.
multiplies<Args...>::type
is a std::integral_constant<T,v>
where T
is the common type between the Args::type...
and v
is the product of Args::value ...