isArgumentListCompatible

A check if the argument list passed to ConstructorBasedFactory or MethodConfigurer is compatible with signature of underlying method or constructor.

Note: For now it checks if the lengths are equal. For future it should also check if types are compatible.

template isArgumentListCompatible(alias func, ArgTuple...)
@safe
bool
isArgumentListCompatible
()
if (
isSomeFunction!func
)

Members

Functions

isArgumentListCompatible
bool isArgumentListCompatible()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta