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

#include <Traits.hpp>

Public Types

using type = TypeList< T..., U... >
 

Member Typedef Documentation

◆ type

template<class... T, class... U>
using mathter::traits::ConcatTypeList< TypeList< T... >, TypeList< U... > >::type = TypeList<T..., U...>

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