MCPcopy 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

clearMethod · 0.70
resizeMethod · 0.70
VirtualArrayClass · 0.70
toSpanMethod · 0.70
removeAllMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected