Template Struct IsTransposeType#

Inheritance Relationships#

Base Type#

  • public std::false_type

Struct Documentation#

template<typename T>
struct IsTransposeType : public std::false_type#

Evaluates to true if the type is a transpose type.

Template Parameters

T