![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Repeat a template argument a specified number of times. More...
Public Types | |
| using | type = typename repeat_type_detail::repeat_type_impl<N - 1UL, T, Arg>::type |
| The resulting type. | |
Repeat a template argument a specified number of times.
| N | The number of times to repeat. |
| T | The templated type. |
| Arg | The repeated argument. |
| using arene::base::repeat_type< N, T, Arg >::type = typename repeat_type_detail::repeat_type_impl<N - 1UL, T, Arg>::type |
The resulting type.