MCPcopy Create free account
hub / github.com/bab2min/tomotopy / makeMethodDef

Function makeMethodDef

src/python/handler/PyUtils.h:2809–2812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2807
2808 template<auto memFn, int flags>
2809 constexpr auto makeMethodDef()
2810 {
2811 return NativeMethod{ nullptr, CppWrapper<decltype(memFn)>::template call<memFn>(), flags };
2812 }
2813
2814 template<auto getter>
2815 constexpr auto makePropertyDef()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected