sincerely Singaporean

If you have not done so, read this full tutorial on how to use SGEXTN to build an application.

SGLVector

SGLVector::SGLVector(int count, const T& defaultValue);

SGLVector::SGLVector(int count);

SGLVector::SGLVector();

void SGLVector::assign(int count, const T& defaultValue);

[[nodiscard]] const T& SGLVector::at(int i) const;

[[nodiscard]] T& SGLVector::at(int i);

[[nodiscard]] const T& SGLVector::back() const;

void SGLVector::fill(const T& defaultValue);

[[nodiscard]] int SGLVector::length() const;

[[nodiscard]] const T* SGLVector::pointerToData(int n) const;

[[nodiscard]] T* SGLVector::pointerToData(int n);

void SGLVector::popBack();

void SGLVector::pushBack(const T& x);

void SGLVector::reserve(int newMemoryLength);

©2025 05524F.sg (Singapore)

contact 05524F / report a bug / make a suggestion

about 05524F SINGAPORE values

list of 05524F projects