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

Method end

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

\brief end \return the pointer to the last element

Source from the content-addressed store, hash-verified

464 /// \brief end
465 /// \return the pointer to the last element
466 T* end() const { return reinterpret_cast<T*>(data_) + size(); }
467
468 /// \brief resize
469 /// \param count: the number of elements

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected