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

Multiplies its arguments. More...

#include <tinympl/multiplies.hpp>

Detailed Description

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

Multiplies its arguments.

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

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