Annotation which enables the buffer protocol for a type
| 81 | |
| 82 | /// Annotation which enables the buffer protocol for a type |
| 83 | struct buffer_protocol {}; |
| 84 | |
| 85 | /// Annotation which enables releasing the GIL before calling the C++ destructor of wrapped |
| 86 | /// instances (pybind/pybind11#1446). |
no outgoing calls