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

Method name

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

Source from the content-addressed store, hash-verified

52struct name {
53 const char *value;
54 explicit name(const char *value) : value(value) {}
55};
56
57/// Annotation indicating that a function is an overload associated with a given "sibling"

Callers 15

load_valueMethod · 0.45
get_type_infoMethod · 0.45
add_baseMethod · 0.45
get_pointerFunction · 0.45
same_typeFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
type_caster_base.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected