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

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

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

Detailed Description

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

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

Template Parameters
CsTensor types.

Two tensors are determined to have the same rows if they have the same row and max row 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: