Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nbytes
Method · 0.85
nbytes
Method · 0.85
index_at
Method · 0.85
array_t
Function · 0.85
index_at
Function · 0.85
numpy.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected