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