![]() |
Blaze 3.9
|
Group tag for vectors and matrices. More...
#include <GroupTag.h>
Group tag for vectors and matrices.
Via the GroupTag class template it is possible to define distinct groups of vectors and matrices. Only vectors and matrices that belong to the same group can be used together. The attempt to combine vectors and matrices from different groups results in a compilation error:
The Blaze library provides 10 different groups based on the GroupTag class template (Group0 through Group9). In order to create further groups, it is possible to instantiate the GroupTag class template with IDs beyond 9: