Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ size
Method
size
src/include/buffer.hpp:454–454 ·
view source on GitHub ↗
\brief size, number of elements \return the size
Source
from the content-addressed store, hash-verified
452
/// \brief size, number of elements
453
/// \return the size
454
size_t size() const { return size_ / sizeof(T); }
455
456
/// \brief data
457
/// \return the data
Callers
1
copy_from
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected