sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
SGLArray::SGLArray(int count, const T& defaultValue);
SGLArray::SGLArray(Ts... data);
SGLArray::SGLArray(int count);
void SGLArray::assign(int count, const T& defaultValue);
[[nodiscard]] const T& SGLArray::at(int i) const;
[[nodiscard]] T& SGLArray::at(int i);
void SGLArray::fill(const T& defaultValue);
[[nodiscard]] int SGLArray::length() const;
[[nodiscard]] const T* SGLArray::pointerToData(int n) const;
[[nodiscard]] T* SGLArray::pointerToData(int n);
©2025 05524F.sg (Singapore)