lin
lin::internal::have_same_vector_dimensions< Cs > Struct Template Reference

Tests if a set of vector types all have the same dimensions. More...

#include <lin/core/traits/vector.hpp>

Detailed Description

template<class... Cs>
struct lin::internal::have_same_vector_dimensions< Cs >

Tests if a set of vector types all have the same dimensions.

Template Parameters
CsVector 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.

See also
internal::is_vector
internal::vector_traits

The documentation for this struct was generated from the following file: