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

Class sibling

include/pybind11/attr.h:58–61  ·  view source on GitHub ↗

Annotation indicating that a function is an overload associated with a given "sibling"

Source from the content-addressed store, hash-verified

56
57/// Annotation indicating that a function is an overload associated with a given "sibling"
58struct sibling {
59 handle value;
60 explicit sibling(const handle &value) : value(value.ptr()) {}
61};
62
63/// Annotation indicating that a class derives from another given type
64template <typename T>

Callers 2

pybind11.hFile · 0.85
class_Class · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected