Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::repeat_type< N, T, Arg > Struct Template Reference

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.
 

Detailed Description

template<std::size_t N, template< typename... > class T, typename Arg>
struct arene::base::repeat_type< N, T, Arg >

Repeat a template argument a specified number of times.

Template Parameters
NThe number of times to repeat.
TThe templated type.
ArgThe repeated argument.

Member Typedef Documentation

◆ type

template<std::size_t N, template< typename... > class T, typename Arg>
using arene::base::repeat_type< N, T, Arg >::type = typename repeat_type_detail::repeat_type_impl<N - 1UL, T, Arg>::type

The resulting type.


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