Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ ContiguousIterator
Method
ContiguousIterator
CoreLib/Base/BaseArray.h:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using iterator_category = std::contiguous_iterator_tag;
18
19
ContiguousIterator(T* p) : ptr_(p) {}
20
21
ContiguousIterator operator ++ ()
22
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected