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

Compute the size of a variadic template. More...

#include <tinympl/variadic/size.hpp>

Inherits integral_constant< std::size_t, sizeof...(Args)>.

Detailed Description

template<class... Args>
class tinympl::variadic::size< Args >

Compute the size of a variadic template.

Returns
size<Args...>::value is equivalent to sizeof ... (Args)

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