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

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

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

Inheritance diagram for lin::internal::has_bounded_cols< C >:
lin::internal::disjunction< has_fixed_cols< C >, has_strictly_bounded_cols< C > >

Detailed Description

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

Tests if a tensor type has a bounded column count.

Template Parameters
CTensor type.

A tensor type is determined to have a bounded column count if it has a fixed or strictly bounded column count.

See internal::has_fixed_cols and internal::has_strictly_bounded_cols.


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