STK++ 0.9.13
STK::hidden::Traits< SubAccessor< Lhs, SizeRows_, SizeCols_ > > Struct Template Reference

Traits class for the sub accessor. More...

#include <STK_SlicingAccessors.h>

Public Types

enum  {
  structure_ = Lhs::structure_ , orient_ = Lhs::orient_ , sizeRows_ = SizeRows_ , sizeCols_ = SizeCols_ ,
  storage_ = Lhs::storage_
}
 
typedef Lhs::Type Type
 
typedef Lhs::TypeConst TypeConst
 

Detailed Description

template<typename Lhs, int SizeRows_, int SizeCols_>
struct STK::hidden::Traits< SubAccessor< Lhs, SizeRows_, SizeCols_ > >

Traits class for the sub accessor.

Definition at line 469 of file STK_SlicingAccessors.h.

Member Typedef Documentation

◆ Type

template<typename Lhs , int SizeRows_, int SizeCols_>
typedef Lhs::Type STK::hidden::Traits< SubAccessor< Lhs, SizeRows_, SizeCols_ > >::Type

Definition at line 479 of file STK_SlicingAccessors.h.

◆ TypeConst

template<typename Lhs , int SizeRows_, int SizeCols_>
typedef Lhs::TypeConst STK::hidden::Traits< SubAccessor< Lhs, SizeRows_, SizeCols_ > >::TypeConst

Definition at line 480 of file STK_SlicingAccessors.h.

Member Enumeration Documentation

◆ anonymous enum


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