sincerely Singaporean

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

SGLSpan

SGLSpan::SGLSpan(T* dataInternal, int lengthInternal);

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

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

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

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

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

[[nodiscard]] SGLSpan SGLSpan::subspan(int start, int length) const;

[[nodiscard]] SGLSpan SGLSpan::subspanLeft(int length) const;

[[nodiscard]] SGLSpan SGLSpan::subspanRight(int length) const;

©2025 05524F.sg (Singapore)

contact 05524F / report a bug / make a suggestion

about 05524F SINGAPORE values

list of 05524F projects