Main Content

validate

Class: clibgen.FunctionDefinition
Namespace: clibgen

Validate function definition

Syntax

validate(funcDef)

Description

validate(funcDef) validates the number of arguments and the outputs of the function to ensure that they match the C++ signature.

Input Arguments

expand all

Function definition, specified as a clibgen.FunctionDefinition object.

Version History

Introduced in R2019a