sincerely Singaporean

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

SGLQueue

SGLQueue::SGLQueue();

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

[[nodiscard]] const T& SGLQueue::front() const;

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

void SGLQueue::pop();

void SGLQueue::push(const T& x);

void SGLQueue::reserve(int newMemoryLength);

©2025 05524F.sg (Singapore)

contact 05524F / report a bug / make a suggestion

about 05524F SINGAPORE values

list of 05524F projects