STK++ 0.9.13
STK::hidden::Traits< VisitorByCol< Derived, Visitor > > Struct Template Reference

Traits class for the unary operators. More...

#include <STK_SlicingVisitors.h>

Public Types

enum  {
  structure_ = Arrays::point_ , orient_ = Arrays::by_row_ , sizeRows_ = 1 , sizeCols_ = Derived::sizeCols_ ,
  storage_ = Arrays::dense_
}
 
typedef Derived::Type Type_
 
typedef Visitor< Type_VisitorType
 
typedef VisitorType::Type Type
 
typedef VisitorType::TypeConst TypeConst
 
typedef CAllocator< Type, sizeRows_, sizeCols_, orient_Allocator
 

Detailed Description

template<typename Derived, template< class > class Visitor>
struct STK::hidden::Traits< VisitorByCol< Derived, Visitor > >

Traits class for the unary operators.

Definition at line 82 of file STK_SlicingVisitors.h.

Member Typedef Documentation

◆ Allocator

template<typename Derived , template< class > class Visitor>
typedef CAllocator<Type, sizeRows_, sizeCols_, orient_> STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::Allocator

Definition at line 97 of file STK_SlicingVisitors.h.

◆ Type

template<typename Derived , template< class > class Visitor>
typedef VisitorType::Type STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::Type

Definition at line 94 of file STK_SlicingVisitors.h.

◆ Type_

template<typename Derived , template< class > class Visitor>
typedef Derived::Type STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::Type_

Definition at line 92 of file STK_SlicingVisitors.h.

◆ TypeConst

template<typename Derived , template< class > class Visitor>
typedef VisitorType::TypeConst STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::TypeConst

Definition at line 95 of file STK_SlicingVisitors.h.

◆ VisitorType

template<typename Derived , template< class > class Visitor>
typedef Visitor<Type_> STK::hidden::Traits< VisitorByCol< Derived, Visitor > >::VisitorType

Definition at line 93 of file STK_SlicingVisitors.h.

Member Enumeration Documentation

◆ anonymous enum


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