MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / data

Method data

benchmarks/boost/array.hpp:171–171  ·  view source on GitHub ↗

direct access to data (read-only)

Source from the content-addressed store, hash-verified

169
170 // direct access to data (read-only)
171 const T* data() const { return elems; }
172 T* data() { return elems; }
173
174 // use array as C array (direct read/write access to data)

Callers 9

threadMethod · 0.45
threadMethod · 0.45
threadMethod · 0.45
threadMethod · 0.45
threadMethod · 0.45
exceptionsMethod · 0.45
serializeFunction · 0.45
deserializeFunction · 0.45
nodesMethod · 0.45

Calls

no outgoing calls

Tested by 2

threadMethod · 0.36
exceptionsMethod · 0.36