struct CVecCapacity{ unsigned long uFront; unsigned long uBack;};void reserve(unsigned long uBack, unsigned long uFront = 0);void reserve(const CVecCapacity &);const CVecCapacity & capacity();unsigned long size();