Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ data
Method
data
include/CDT/include/predicates.h:210–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
const T& operator[](const size_t& i) const { return buff[i]; }
209
210
T * data() { return buff; }
211
T const * data() const { return buff; }
212
213
T * begin() { return buff; }
Callers
2
operator+
Method · 0.45
operator*
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected