Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ Iterator
Method
Iterator
FastCopyShellExtension/ShellItemArray.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
size_t m_index{};
15
public:
16
Iterator() = default;
17
Iterator(IShellItemArray* ptr, size_t index = 0) : m_ptr{ ptr }, m_index{ index } {}
18
19
ShellItem operator*();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected