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

Function mutable_unchecked

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

Source from the content-addressed store, hash-verified

1475 */
1476 template <ssize_t Dims = -1>
1477 detail::unchecked_mutable_reference<T, Dims> mutable_unchecked() & {
1478 return array::mutable_unchecked<T, Dims>();
1479 }
1480
1481 /**
1482 * Returns a proxy object that provides const access to the array's data without bounds or

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected