Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ next
Method
next
extlibs/catch/include/catch/catch.hpp:3882–3885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3880
return m_values[m_idx];
3881
}
3882
bool next() override {
3883
++m_idx;
3884
return m_idx < m_values.size();
3885
}
3886
};
3887
3888
template <typename T>
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected