lin
lin::internal::has_fixed_cols< C > Struct Template Reference

Tests if a tensor type has a fixed column count. More...

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

Inheritance diagram for lin::internal::has_fixed_cols< C >:

Detailed Description

template<class C>
struct lin::internal::has_fixed_cols< C >

Tests if a tensor type has a fixed column count.

Template Parameters
CTensor type.

A tensor type is determined to have fixed columns if its column count is equal to its max column count and both values are nonzero.

A tensor deemed to have fixed columns only has one valid column count at runtime.

See also
internal::traits

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