46 int &operator[](
const int &i);
47 const int &operator[](
const int &i)
const 48 {
return this->at(i); }
IDVarSize(const int &, const int &)
Constructor used to allocate a IDVarSize of size size and reserve nReserve positions.
Definition: IDVarSize.cc:63
Definition: IDVarSize.h:40
================================================================================
Definition: ContinuaReprComponent.h:34