mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
Spreadsheet: Add RowIterator::index()
This commit is contained in:
parent
59eab8148d
commit
f56e240981
Notes:
sideshowbarker
2024-07-19 17:17:04 +09:00
Author: https://github.com/krkk Commit: https://github.com/SerenityOS/serenity/commit/f56e2409813 Pull-request: https://github.com/SerenityOS/serenity/pull/9576 Reviewed-by: https://github.com/alimpfard
@ -148,6 +148,8 @@ public:
|
||||
return m_index == other.m_index && &m_xsv == &other.m_xsv;
|
||||
}
|
||||
|
||||
constexpr size_t index() const { return m_index; }
|
||||
|
||||
private:
|
||||
XSV& m_xsv;
|
||||
size_t m_index { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user