Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ begin
Method
begin
tests/test_sequences_and_iterators.cpp:261–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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; }
263
264
private:
Callers
9
test_random_access_iterator
Function · 0.45
TEST_SUBMODULE
Function · 0.45
TEST_SUBMODULE
Function · 0.45
TEST_SUBMODULE
Function · 0.45
TEST_SUBMODULE
Function · 0.45
TEST_SUBMODULE
Function · 0.45
PYBIND11_MODULE
Function · 0.45
TEST_SUBMODULE
Function · 0.45
test_interpreter.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected