tinympl  0.2
mini MPL library for C++11
tinympl::variadic::fill_n< n, T, Out > Class Template Reference

Fills an output sequence with n equal elements. More...

#include <tinympl/variadic/fill_n.hpp>

Detailed Description

template<std::size_t n, class T, template< class...> class Out>
class tinympl::variadic::fill_n< n, T, Out >

Fills an output sequence with n equal elements.

Parameters
nThe number of elements
TThe type of the elements
OutThe output sequence type
Returns
fill_n<...>::type is a type templated from Out constructed with n types equal to T
See also
tinympl::fill_n

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