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

Method data

src/include/buffer.hpp:458–458  ·  view source on GitHub ↗

\brief data \return the data

Source from the content-addressed store, hash-verified

456 /// \brief data
457 /// \return the data
458 T* data() const { return reinterpret_cast<T*>(data_); }
459
460 /// \brief begin
461 /// \return the pointer to the first element

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected