wrapped_ctors.func

Undocumented in source. Be warned that the author may not have intended to support it.
template wrapped_ctors(string classname, T, Shim, C...)
extern (C) static
int
func
if (
is(T == class) ||
(
isPointer!T &&
is(PointerTarget!T == struct)
)
)

Meta