STK++ 0.9.13
STK::hidden::CopycatSelector< Lhs, Rhs, Arrays::by_col_ > Struct Template Reference

specialization for column oriented arrrays More...

#include <STK_AssignSelector.h>

Public Types

enum  { lhs_structure_ = hidden::Traits<Lhs>::structure_ , rhs_structure_ = hidden::Traits<Rhs>::structure_ }
 

Static Public Member Functions

static void run (Lhs &lhs, Rhs const &rhs)
 

Detailed Description

template<typename Lhs, typename Rhs>
struct STK::hidden::CopycatSelector< Lhs, Rhs, Arrays::by_col_ >

specialization for column oriented arrrays

Definition at line 795 of file STK_AssignSelector.h.

Member Enumeration Documentation

◆ anonymous enum

Enumerator
lhs_structure_ 
rhs_structure_ 

Definition at line 797 of file STK_AssignSelector.h.

Member Function Documentation

◆ run()

template<typename Lhs , typename Rhs >
static void STK::hidden::CopycatSelector< Lhs, Rhs, Arrays::by_col_ >::run ( Lhs lhs,
Rhs const rhs 
)
inlinestatic

Definition at line 801 of file STK_AssignSelector.h.

802 { Copycat<Lhs, Rhs, lhs_structure_, rhs_structure_>::runByCol(lhs, rhs );}

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