wrapped_ctors

Undocumented in source.
template wrapped_ctors (
string classname
T
Shim
C...
) if (
is(T == class) ||
(
isPointer!T &&
is(PointerTarget!T == struct)
)
) {}

Members

Aliases

U
alias U = NewParamT!T
Undocumented in source.
wrap_object
alias wrap_object = wrapped_class_object!(T)
Undocumented in source.

Static functions

func
int func(PyObject* self, PyObject* args, PyObject* kwargs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta