MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / operator[]

Method operator[]

FastCopyShellExtension/ShellItemArray.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25ShellItem ShellItemArray::operator[](size_t index)
26{
27 IShellItem* item;
28 m_ptr->GetItemAt(index, &item);
29 return ShellItem{ item };
30}
31
32size_t ShellItemArray::size()
33{

Callers

nothing calls this directly

Calls 1

GetItemAtMethod · 0.80

Tested by

no test coverage detected