SPH
Static Public Attributes | List of all members
IsVectorType< T > Struct Template Reference

Helper type trait to determine if the type is a vector of some kind. More...

#include <Vector.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct IsVectorType< T >

Helper type trait to determine if the type is a vector of some kind.

Definition at line 31 of file Vector.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool IsVectorType< T >::value = false
staticconstexpr

Definition at line 32 of file Vector.h.


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