|
fennec
|
Get the number of Components in T, returns 1 for types that pass is_arithmetic<T>, returns vector::N for Vector Types, and returns 0 for all other cases.
More...
#include <vector_traits.h>
Inherits detail::_component_count_helper< remove_cvref_t< T > >.
| T | type to check |