Main Content

validate

R2026b

Class: clibgen.FunctionDefinition
Namespace: clibgen

(Not recommended) Validate function definition

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

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

collapse all