Hauptinhalt

validate

R2026b

Class: clibgen.ConstructorDefinition
Namespace: clibgen

(Not recommended) Validate C++ constructor definition

validate is not recommended. For more information on updating your code, see Version History.

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

collapse all