MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / data

Method data

source/util/small_vector.h:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 const_iterator cend() const { return end(); }
261
262 T* data() { return begin(); }
263
264 const T* data() const { return cbegin(); }
265

Callers 3

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected