Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ListIterator
Method
ListIterator
Kernel/include/list.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
ListNode<T>* node = nullptr;
23
public:
24
ListIterator() = default;
25
ListIterator(const ListIterator<T>&) = default;
26
27
ListIterator& operator++(){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected