MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator*

Method operator*

include/pybind11/pytypes.h:1560–1563  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-const-return-type) // PR #3263

Source from the content-addressed store, hash-verified

1558
1559 // NOLINTNEXTLINE(readability-const-return-type) // PR #3263
1560 reference operator*() const {
1561 init();
1562 return value;
1563 }
1564
1565 pointer operator->() const {
1566 init();

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected