Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ cbegin
Function
cbegin
Libs/flatbuffers/stl_emulation.h:576–576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
Iterator end() const { return Iterator(data() + size()); }
575
576
ConstIterator cbegin() const { return ConstIterator(data()); }
577
ConstIterator cend() const { return ConstIterator(data() + size()); }
578
#endif
579
Callers
5
crbegin
Method · 0.85
crbegin
Method · 0.85
call
Method · 0.85
empty
Method · 0.85
crbegin
Method · 0.85
Calls
1
data
Function · 0.70
Tested by
no test coverage detected