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

Function itemsize

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

Source from the content-addressed store, hash-verified

1431 : array({count}, {}, ptr, base) {}
1432
1433 constexpr ssize_t itemsize() const { return sizeof(T); }
1434
1435 template <typename... Ix>
1436 ssize_t index_at(Ix... index) const {

Callers 6

nbytesMethod · 0.85
nbytesMethod · 0.85
index_atMethod · 0.85
array_tFunction · 0.85
index_atFunction · 0.85
numpy.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected