STK++ 0.9.13
|
Traits class for the row operator. More...
#include <STK_SlicingOperators.h>
Public Types | |
enum | { structure_ , orient_ = Lhs::orient_ , sizeRows_ = 1 , sizeCols_ = Lhs::sizeCols_ , storage_ = Lhs::storage_ } |
typedef RowOperator< RowOperator< Lhs > > | Row |
typedef ColOperator< RowOperator< Lhs > > | Col |
typedef Lhs::Type | Type |
typedef Lhs::TypeConst | TypeConst |
Traits class for the row operator.
Definition at line 55 of file STK_SlicingOperators.h.
typedef ColOperator<RowOperator < Lhs> > STK::hidden::Traits< RowOperator< Lhs > >::Col |
Definition at line 67 of file STK_SlicingOperators.h.
typedef RowOperator<RowOperator < Lhs> > STK::hidden::Traits< RowOperator< Lhs > >::Row |
Definition at line 66 of file STK_SlicingOperators.h.
typedef Lhs::Type STK::hidden::Traits< RowOperator< Lhs > >::Type |
Definition at line 68 of file STK_SlicingOperators.h.
typedef Lhs::TypeConst STK::hidden::Traits< RowOperator< Lhs > >::TypeConst |
Definition at line 69 of file STK_SlicingOperators.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
storage_ |
Definition at line 57 of file STK_SlicingOperators.h.