Template Struct IsFixedSizeVector

Inheritance Relationships

Base Type

  • public std::true_type

Struct Documentation

template<typename Vector, int NumDimensions, typename = typename std::enable_if<Vector::RowsAtCompileTime == NumDimensions && Vector::ColsAtCompileTime == 1>::type>
struct IsFixedSizeVector : public std::true_type

If the Vector type is of fixed size, then IsFixedSizeVector::value will be true.