tinympl  0.2
mini MPL library for C++11
tinympl::plus< Args > Class Template Reference

Sums its arguments. More...

#include <tinympl/plus.hpp>

Detailed Description

template<class... Args>
class tinympl::plus< Args >

Sums its arguments.

Returns
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 ...

The documentation for this class was generated from the following file: