Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ data
Function
data
Libraries/Containers/Array.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
static constexpr bool IsArray = true;
15
16
T* data() { return items; }
17
const T* data() const { return items; }
18
void setData(T*) {}
19
T* getInlineData() { return items; }
Callers
5
clear
Method · 0.70
resize
Method · 0.70
VirtualArray
Class · 0.70
toSpan
Method · 0.70
removeAll
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected