Class: clibgen.ConstructorDefinition
Package: clibgen
Validate C++ constructor definition
validate(constructDef)
validate(
validates the number of
arguments and the outputs of the function to ensure that they match the C++ signature
for a constructor definition.constructDef
)