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

specialization for row oriented arrays 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_row_ >

specialization for row oriented arrays

Definition at line 807 of file STK_AssignSelector.h.

Member Enumeration Documentation

◆ anonymous enum

Enumerator
lhs_structure_ 
rhs_structure_ 

Definition at line 809 of file STK_AssignSelector.h.

Member Function Documentation

◆ run()

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

Definition at line 813 of file STK_AssignSelector.h.

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

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