Contenuto principale

validate

R2026b

Class: clibgen.MethodDefinition
Namespace: clibgen

(Not recommended) Validate method definition

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

Syntax

validate(methodDef)

Description

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

Input Arguments

expand all

Method definition, specified as a clibgen.MethodDefinition object.

Version History

Introduced in R2019a

collapse all