Searched refs:PYBIND11_OVERLOAD_NAME (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2116 PYBIND11_OVERLOAD_NAME(
2124 #define PYBIND11_OVERLOAD_NAME(ret_type, cname, name, fn, ...) \ macro
2129 Macro for pure virtual functions, this function is identical to :c:macro:`PYBIND11_OVERLOAD_NAME`, except that it
2161 PYBIND11_OVERLOAD_NAME(PYBIND11_TYPE(ret_type), PYBIND11_TYPE(cname), #fn, fn, __VA_ARGS__)

Completed in 13 milliseconds