CVB++ 14.1
_doc_internal_set_const_ty Class Reference

Set's the I-th pointer in the ConstRefValue<T,K> refVal. More...

#include <block_helper_ref_value.hpp>

Detailed Description

Set's the I-th pointer in the ConstRefValue<T,K> refVal.

See also
Block, Visit
Precondition
I < K
Template Parameters
IThe index of the pointer to set.
Parameters
refValThe ConstRefValue<T,K> to set the I-th pointer in.
valThe pointer to be set as the I-th element of refVal.