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

specialization for the point_ 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::point_ >

specialization for the point_ case

Definition at line 224 of file STK_AssignSelector.h.

Member Function Documentation

◆ run()

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

Definition at line 226 of file STK_AssignSelector.h.

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

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