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

Function get_overload

include/pybind11/pybind11.h:3946–3948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3944
3945template <class T>
3946inline function get_overload(const T *this_ptr, const char *name) {
3947 return get_override(this_ptr, name);
3948}
3949
3950#define PYBIND11_OVERLOAD_INT(ret_type, cname, name, ...) \
3951 PYBIND11_OVERRIDE_IMPL(PYBIND11_TYPE(ret_type), PYBIND11_TYPE(cname), name, __VA_ARGS__)

Callers

nothing calls this directly

Calls 1

get_overrideFunction · 0.85

Tested by

no test coverage detected