Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ size
Method
size
tests/test_sequences_and_iterators.cpp:259–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
size_t size() const { return m_size; }
260
261
const float *begin() const { return m_data; }
262
const float *end() const { return m_data + m_size; }
Callers
15
vec_at
Method · 0.45
TEST_SUBMODULE
Function · 0.45
data_size
Method · 0.45
test_random_access_iterator
Function · 0.45
Sequence
Method · 0.45
operator==
Method · 0.45
TEST_SUBMODULE
Function · 0.45
size
Method · 0.45
end
Method · 0.45
next
Method · 0.45
TEST_SUBMODULE
Function · 0.45
func1
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected