STK++ 0.9.13
STK::hidden::Traits< ColOperator< Lhs > > Struct Template Reference

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
 

Detailed Description

template<typename Lhs>
struct STK::hidden::Traits< ColOperator< Lhs > >

Traits class for the column operator.

Definition at line 149 of file STK_SlicingOperators.h.

Member Typedef Documentation

◆ Col

◆ Row

◆ Type

template<typename Lhs >
typedef Lhs::Type STK::hidden::Traits< ColOperator< Lhs > >::Type

Definition at line 162 of file STK_SlicingOperators.h.

◆ TypeConst

template<typename Lhs >
typedef Lhs::TypeConst STK::hidden::Traits< ColOperator< Lhs > >::TypeConst

Definition at line 163 of file STK_SlicingOperators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Lhs >
anonymous enum
Enumerator
structure_ 
orient_ 
sizeRows_ 
sizeCols_ 
storage_ 

Definition at line 151 of file STK_SlicingOperators.h.

152 {
153 structure_ = ( Lhs::structure_ != int(Arrays::point_) && Lhs::structure_ != int(Arrays::number_) )
154 ? Arrays::vector_ : Arrays::number_,
155 orient_ = Lhs::orient_,
156 sizeRows_ = Lhs::sizeRows_,
157 sizeCols_ = 1,
158 storage_ = Lhs::storage_
159 };
@ number_
(1,1) matrix/vector/array/expression (like a number)
@ point_
row oriented vector/array/expression
@ vector_
column oriented vector/array/expression

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