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

#include <Traits.hpp>

Static Public Attributes

static constexpr bool value = IsVector<Arg>::value || IsSwizzle<Arg>::value
 

Member Data Documentation

◆ value

template<class Arg >
constexpr bool mathter::traits::IsVectorOrSwizzle< Arg >::value = IsVector<Arg>::value || IsSwizzle<Arg>::value
static

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