|
lin
|
Tests if a set of vector types all have the same dimensions. More...
#include <lin/core/traits/vector.hpp>
Tests if a set of vector types all have the same dimensions.
| Cs | Vector types. |
Two vectors are determined to have the same dimensions if they have the same length and max length.
If less than two vector types are given, it defaults to true.
1.8.11