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

Tests if a tensor type has a strictly bounded column count. More...

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

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

Detailed Description

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

Tests if a tensor type has a strictly bounded column count.

Template Parameters
CTensor type.

A tensor type is determined to have a strictly bounded column count if it's column count is zero and its max column count is nonzero.

A tensor deemed to have a strictly bounded column count can have multiple column counts at runtime (assuming its max column count is great than one).

See also
internal::traits

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