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

Method check_dimensions_impl

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

Source from the content-addressed store, hash-verified

1351 }
1352
1353 void check_dimensions_impl(ssize_t, const ssize_t *) const {}
1354
1355 template <typename... Ix>
1356 void check_dimensions_impl(ssize_t axis, const ssize_t *shape, ssize_t i, Ix... index) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected