Mathter
A configurable 3D math library for game developers.
Static Public Attributes | List of all members
mathter::traits::SumDimensions< Head, Rest... > Struct Template Reference

#include <Traits.hpp>

Static Public Attributes

static constexpr int value = DimensionOf<Head>::value > 0 ? DimensionOf<Head>::value + SumDimensions<Rest...>::value : DYNAMIC
 

Member Data Documentation

◆ value

template<class Head , class... Rest>
constexpr int mathter::traits::SumDimensions< Head, Rest... >::value = DimensionOf<Head>::value > 0 ? DimensionOf<Head>::value + SumDimensions<Rest...>::value : DYNAMIC
static

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