sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
[[nodiscard]] SGLSet::Iterator SGLSet::begin();
[[nodiscard]] SGLSet::ConstIterator SGLSet::constBegin() const;
[[nodiscard]] SGLSet::ConstIterator SGLSet::constEnd() const;
[[nodiscard]] SGLSet::ConstIterator SGLSet::constIteratorAt(int n) const;
[[nodiscard]] bool SGLSet::contains(const T& x) const;
[[nodiscard]] int SGLSet::count(const T& x) const;
[[nodiscard]] const T& SGLSet::elementAt(int n) const;
[[nodiscard]] SGLSet::Iterator SGLSet::end();
bool SGLSet::erase(SGLSet::Iterator& i);
bool SGLSet::erase(const T& x);
[[nodiscard]] SGLSet::ConstIterator SGLSet::find(const T& x) const;
[[nodiscard]] SGLSet::Iterator SGLSet::find(const T& x);
[[nodiscard]] int SGLSet::indexOf(SGLSet::ConstIterator i) const;
[[nodiscard]] int SGLSet::indexOf(const T& x) const;
[[nodiscard]] int SGLSet::indexOf(SGLSet::Iterator i) const;
bool SGLSet::insert(const T& x);
[[nodiscard]] SGLSet::Iterator SGLSet::iteratorAt(int n);
[[nodiscard]] int SGLSet::length() const;
[[nodiscard]] SGLSet::Iterator SGLSet::lowerBound(const T& x);
[[nodiscard]] SGLSet::ConstIterator SGLSet::lowerBound(const T& x) const;
[[nodiscard]] SGLSet::ConstIterator SGLSet::upperBound(const T& x) const;
[[nodiscard]] SGLSet::Iterator SGLSet::upperBound(const T& x);
©2025 05524F.sg (Singapore)