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

Method begin

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

\brief begin \return the pointer to the first element

Source from the content-addressed store, hash-verified

460 /// \brief begin
461 /// \return the pointer to the first element
462 T* begin() const { return reinterpret_cast<T*>(data_); }
463
464 /// \brief end
465 /// \return the pointer to the last element

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected