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

Function makePropertyDef

src/python/handler/PyUtils.h:2815–2818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2813
2814 template<auto getter>
2815 constexpr auto makePropertyDef()
2816 {
2817 return NativePropety{ nullptr, CppWrapper<decltype(getter)>::template get<getter>(), nullptr };
2818 }
2819
2820 template<auto getter, auto setter>
2821 constexpr auto makePropertyDef()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected