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

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

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

Inheritance diagram for lin::internal::has_bounded_rows< C >:
lin::internal::disjunction< has_fixed_rows< C >, has_strictly_bounded_rows< C > >

Detailed Description

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

Tests if a tensor type has a bounded row count.

Template Parameters
CTensor type.

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

See also
internal::has_fixed_rows
internal::has_strictly_bounded_rows

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