CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MPL::RepeatHelper< TTimes, T > Struct Template Reference

Repeat recursive case: TTimes repetitions left. More...

#include <CeresEngine/Foundation/MPL/Repeat.hpp>

Public Types

using type = PushBack< T, Repeat< TTimes - 1, T > >
 

Detailed Description

template<std::size_t TTimes, typename T>
struct CeresEngine::MPL::RepeatHelper< TTimes, T >

Repeat recursive case: TTimes repetitions left.

Member Typedef Documentation

◆ type

template<std::size_t TTimes, typename T >
using CeresEngine::MPL::RepeatHelper< TTimes, T >::type = PushBack<T, Repeat<TTimes - 1, T> >

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