MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / data

Method data

Libs/flatbuffers/flatbuffers.h:552–552  ·  view source on GitHub ↗

Similarly, but typed, much like std::vector::data

Source from the content-addressed store, hash-verified

550
551 // Similarly, but typed, much like std::vector::data
552 const T *data() const { return reinterpret_cast<const T *>(Data()); }
553 T *data() { return reinterpret_cast<T *>(Data()); }
554
555 // Copy data from a span with endian conversion.

Callers 14

span<U> make_spanMethod · 0.45
CopyFromSpanMethod · 0.45
CopyFromSpanImplMethod · 0.45
span<U, N> make_spanMethod · 0.45
operator<Method · 0.45
GetBufferPointerFunction · 0.45
GetBufferSpanFunction · 0.45
GetCurrentBufferPointerFunction · 0.45
EndTableFunction · 0.45
CreateStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected