Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ Advance
Method
Advance
test/gtest/gtest.h:10294–10297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10292
return base_;
10293
}
10294
virtual void Advance() {
10295
++iterator_;
10296
value_.reset();
10297
}
10298
virtual ParamIteratorInterface<T>* Clone() const {
10299
return new Iterator(*this);
10300
}
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected