tinympl
0.2
mini MPL library for C++11
|
Fills an output sequence with N equal elements. More...
#include <tinympl/fill_n.hpp>
Inherits tinympl::variadic::fill_n< N, T, Out >.
Fills an output sequence with N equal elements.
N | The number of elements |
T | The type of the elements |
Out | The output sequence type |
fill_n<...>::type
is a type templated from Out
constructed with N types equal to T