Main Content

validate

Class: clibgen.ConstructorDefinition
Namespace: clibgen

Validate C++ constructor definition

Syntax

validate(constructDef)

Description

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

Input Arguments

expand all

Constructor definition, specified as a clibgen.ConstructorDefinition object.

Version History

Introduced in R2019a