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