STK++ 0.9.13
STK::hidden::TransposeTraits< Structure_ > Struct Template Reference

Helper Traits class for transposed operator. More...

#include <STK_BinaryImpl.h>

Public Types

enum  { structure_ = Structure_ }
 

Detailed Description

template<int Structure_>
struct STK::hidden::TransposeTraits< Structure_ >

Helper Traits class for transposed operator.

Default is structure_ unmodified by transpose operator.

Definition at line 1335 of file STK_BinaryImpl.h.

Member Enumeration Documentation

◆ anonymous enum

template<int Structure_>
anonymous enum
Enumerator
structure_ 

Definition at line 1336 of file STK_BinaryImpl.h.

1336{ enum { structure_ = Structure_}; };

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