1#ifndef BZ_POINTERSTACK_H
2#define BZ_POINTERSTACK_H
9template<
typename P_numtype,
int N_rank>
16 for (
int i=0; i<
N_rank; ++i)
Definition constpointerstack.h:10
void operator=(const ConstPointerStack< P_numtype, N_rank > &rhs)
Definition constpointerstack.h:14
const T_numtype * stack_[N_rank]
Definition constpointerstack.h:26
P_numtype T_numtype
Definition constpointerstack.h:12
const T_numtype *& operator[](int position)
Definition constpointerstack.h:20
Definition memblock.h:307
Definition array-impl.h:66