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

Method operator->

include/pybind11/pytypes.h:1565–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1563 }
1564
1565 pointer operator->() const {
1566 init();
1567 return &value;
1568 }
1569
1570 /** \rst
1571 The value which marks the end of the iteration. ``it == iterator::sentinel()``

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected