Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ NumberIterator
Method
NumberIterator
NumberIterator.h:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
public:
11
NumberIterator(const T num)
12
: mNum{num}
13
{
14
}
15
16
const T& operator*() const { return mCount; }
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected