Main Content

validate

Class: clibgen.MethodDefinition
Namespace: clibgen

Validate method definition

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