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

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

#include <tinympl/fill_n.hpp>

Inherits tinympl::variadic::fill_n< N, T, Out >.

Detailed Description

template<std::size_t N, class T, template< class...> class Out>
class tinympl::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
variadic::fill_n

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