![]() |
Blaze 3.9
|
Compile time evaluation of the size of vectors and matrices. More...
#include <Size.h>
Inherits blaze::SizeHelper1< T, N >.
Compile time evaluation of the size of vectors and matrices.
The Size type trait evaluates the size of a particular dimension of the given vector or matrix type at compile time. In case the given type T is a vector or matrix type with a fixed size (e.g. StaticVector or StaticMatrix) and N is a valid dimension, the value member constant is set to the according size. In all other cases, value is set to -1.