tinympl
0.2
mini MPL library for C++11
|
Fills an output sequence with n equal elements. More...
#include <tinympl/variadic/fill_n.hpp>
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