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

Tests if a set of tensor types all have the same column traits. More...

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

Detailed Description

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

Tests if a set of tensor types all have the same column traits.

Template Parameters
CsTensor types.

Two tensors are determined to have the same columns if they have the same column and max column counts.

If less than two tensor types are given, it defaults to true.

See also
internal::traits

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