STK++ 0.9.13
STK::hidden::resizeSelector< Lhs, Rhs, Arrays::square_ > Struct Template Reference

specialization for the square_ case More...

#include <STK_AssignSelector.h>

Static Public Member Functions

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

Detailed Description

template<typename Lhs, typename Rhs>
struct STK::hidden::resizeSelector< Lhs, Rhs, Arrays::square_ >

specialization for the square_ case

Definition at line 203 of file STK_AssignSelector.h.

Member Function Documentation

◆ run()

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

Definition at line 205 of file STK_AssignSelector.h.

206 { lhs.resize(rhs.range());}

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