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

Method data

include/pybind11/numpy.h:1895–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1893 void increment(size_type dim) { p_ptr += m_strides[dim]; }
1894
1895 void *data() const { return p_ptr; }
1896
1897private:
1898 char *p_ptr{nullptr};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected