Mathter
A configurable 3D math library for game developers.
Public Types | List of all members
mathter::traits::RepeatType< T, N > Struct Template Reference

#include <Traits.hpp>

Public Types

using type = typename std::conditional< N<=0, TypeList<>, typename ConcatTypeList< TypeList< T >, typename RepeatType< T, N - 1 >::type >::type >::type
 

Member Typedef Documentation

◆ type

template<class T , int N>
using mathter::traits::RepeatType< T, N >::type = typename std::conditional<N <= 0, TypeList<>, typename ConcatTypeList<TypeList<T>, typename RepeatType<T, N - 1>::type>::type>::type

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