![]() |
Blaze 3.9
|
Compile time evaluation of the maximum size of vectors and matrices. More...
#include <MaxSize.h>
Inherits blaze::MaxSizeHelper1< T, N >.
Compile time evaluation of the maximum size of vectors and matrices.
The MaxSize type trait evaluates the maximum 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 maximum size (e.g. StaticVector, HybridVector, StaticMatrix, or HybridMatrix) 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.