MCPcopy Create free account
hub / github.com/pybind/pybind11 / end

Method end

tests/test_sequences_and_iterators.cpp:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261 const float *begin() const { return m_data; }
262 const float *end() const { return m_data + m_size; }
263
264 private:
265 size_t m_size;

Callers 8

TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
PYBIND11_MODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected