MCPcopy Create free account
hub / github.com/EarlhamInst/KAT / data

Method data

deps/boost/boost/array.hpp:164–164  ·  view source on GitHub ↗

direct access to data (read-only)

Source from the content-addressed store, hash-verified

162
163 // direct access to data (read-only)
164 const T* data() const { return elems; }
165 T* data() { return elems; }
166
167 // use array as C array (direct read/write access to data)

Callers 4

PrintStringToFunction · 0.45
PrintWideStringToFunction · 0.45
beginFunction · 0.45
endFunction · 0.45

Calls

no outgoing calls

Tested by 2

PrintStringToFunction · 0.36
PrintWideStringToFunction · 0.36