CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Repeat.hpp File Reference
#include "TypeList.hpp"
#include "TypeListOps.hpp"
#include <type_traits>

Go to the source code of this file.

Classes

struct  CeresEngine::MPL::RepeatHelper< TTimes, T >
 Repeat recursive case: TTimes repetitions left. More...
 
struct  CeresEngine::MPL::RepeatHelper< 0, T >
 Repeat base case: 0 repetitions left. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MPL
 

Typedefs

template<std::size_t TTimes, typename T >
using CeresEngine::MPL::Repeat = typename RepeatHelper< TTimes, T >::type
 Interface type alias.