STK++ 0.9.13
STK::hidden::Copycat< Lhs, Rhs, Arrays::number_, Arrays::number_ > Struct Template Reference

#include <STK_AssignSelector.h>

Static Public Member Functions

static void runByCol (Lhs &lhs, Rhs const &rhs)
 
static void runByRow (Lhs &lhs, Rhs const &rhs)
 

Detailed Description

template<typename Lhs, typename Rhs>
struct STK::hidden::Copycat< Lhs, Rhs, Arrays::number_, Arrays::number_ >

Definition at line 779 of file STK_AssignSelector.h.

Member Function Documentation

◆ runByCol()

template<typename Lhs , typename Rhs >
static void STK::hidden::Copycat< Lhs, Rhs, Arrays::number_, Arrays::number_ >::runByCol ( Lhs lhs,
Rhs const rhs 
)
inlinestatic

Definition at line 781 of file STK_AssignSelector.h.

782 { lhs.setValue(rhs.elt());}

◆ runByRow()

template<typename Lhs , typename Rhs >
static void STK::hidden::Copycat< Lhs, Rhs, Arrays::number_, Arrays::number_ >::runByRow ( Lhs lhs,
Rhs const rhs 
)
inlinestatic

Definition at line 783 of file STK_AssignSelector.h.

784 { lhs.setValue(rhs.elt());}

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