fennec
Loading...
Searching...
No Matches
Vector Traits

Part of the fennec math library. This header defines structures for metaprogramming with vectors.

Syntax Description

is_vector<TypeT>::value
is_vector_v<TypeT>

Template Parameters
Ttype to check

component_count<TypeT>::value
component_count_v<TypeT>

Template Parameters
Ttype to check

total_component_count<TypeT>::value
total_component_count_v<TypeT>

Template Parameters
Tstypes to accumulate the count of