Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adriancable/eternal
/ TMapConstIterator
Method
TMapConstIterator
doom/src/tarray.h:1094–1097 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1092
{
1093
public:
1094
TMapConstIterator(const MapType &map)
1095
: Map(map), Position(0)
1096
{
1097
}
1098
1099
bool NextPair(typename MapType::ConstPair *&pair)
1100
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected