|
STK++ 0.9.13
|
Traits class for the column operator. More...
#include <STK_SlicingOperators.h>
Public Types | |
| enum | { structure_ , orient_ = Lhs::orient_ , sizeRows_ = Lhs::sizeRows_ , sizeCols_ = 1 , storage_ = Lhs::storage_ } |
| typedef RowOperator< ColOperator< Lhs > > | Row |
| typedef ColOperator< ColOperator< Lhs > > | Col |
| typedef Lhs::Type | Type |
| typedef Lhs::TypeConst | TypeConst |
Traits class for the column operator.
Definition at line 149 of file STK_SlicingOperators.h.
| typedef ColOperator<ColOperator < Lhs> > STK::hidden::Traits< ColOperator< Lhs > >::Col |
Definition at line 161 of file STK_SlicingOperators.h.
| typedef RowOperator<ColOperator < Lhs> > STK::hidden::Traits< ColOperator< Lhs > >::Row |
Definition at line 160 of file STK_SlicingOperators.h.
| typedef Lhs::Type STK::hidden::Traits< ColOperator< Lhs > >::Type |
Definition at line 162 of file STK_SlicingOperators.h.
| typedef Lhs::TypeConst STK::hidden::Traits< ColOperator< Lhs > >::TypeConst |
Definition at line 163 of file STK_SlicingOperators.h.
| Enumerator | |
|---|---|
| structure_ | |
| orient_ | |
| sizeRows_ | |
| sizeCols_ | |
| storage_ | |
Definition at line 151 of file STK_SlicingOperators.h.