STK++ 0.9.13
STK::hidden::Traits< PointByArrayProduct< Lhs, Rhs > > Struct Template Reference

Traits class for the PointByArrayProduct. More...

#include <STK_ProductOperators.h>

Public Types

enum  {
  structure_ = Arrays::point_ , sizeRows_ = 1 , sizeCols_ = Traits<Rhs>::sizeCols_ , orient_ = Arrays::by_row_ ,
  storage_
}
 
typedef hidden::Promote< typenameLhs::Type, typenameRhs::Type >::result_type Type
 
typedef RemoveConst< Type >::Type constTypeConst
 
typedef CAllocator< Type, sizeRows_, sizeCols_, orient_Allocator
 

Detailed Description

template<typename Lhs, typename Rhs>
struct STK::hidden::Traits< PointByArrayProduct< Lhs, Rhs > >

Traits class for the PointByArrayProduct.

Definition at line 411 of file STK_ProductOperators.h.

Member Typedef Documentation

◆ Allocator

◆ Type

template<typename Lhs , typename Rhs >
typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< PointByArrayProduct< Lhs, Rhs > >::Type

Definition at line 423 of file STK_ProductOperators.h.

◆ TypeConst

Member Enumeration Documentation

◆ anonymous enum

Enumerator
structure_ 
sizeRows_ 
sizeCols_ 
orient_ 
storage_ 

Definition at line 413 of file STK_ProductOperators.h.


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