Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arjunskumar/Robotics_CPP_Notes
/ size
Method
size
capstone/sensor_pipeline.hpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
[[nodiscard]] std::size_t size() const {
74
std::lock_guard<std::mutex> lock(mux_);
75
return count_;
76
}
77
78
private:
79
std::array<T, N> buffer_{};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected