sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
SGLVector::SGLVector(int count, const T& defaultValue);
SGLVector::SGLVector(int count);
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::pushBack(const T& x);
void SGLVector::reserve(int newMemoryLength);
©2025 05524F.sg (Singapore)