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

Method operator*

FastCopyShellExtension/ShellItemArray.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42ShellItem ShellItemArray::Iterator::operator*()
43{
44 return ShellItemArray{ m_ptr } [m_index] ;
45}
46
47ShellItemArray::Iterator& ShellItemArray::Iterator::operator++()
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected