clibgen.api.FunctionTypeDefinition
R2026bDescription
A clibgen.api.FunctionTypeDefinition object represents the
MATLAB® definition of a C function pointer or
std::function.
Creation
creates a function
types definition object from the ftDef = idef.FunctionTypesFunctionTypes property of a clibgen.api.InterfaceDefinition
object.
Function types define function pointers std::function, typedefs, or using aliases for function% pointers) are automatically detected and included. Unlike pointer% properties or pointer method arguments, function types do not require% a call to define() — they are fully specified by their C++ signature.
Properties
Examples
Example 1
Version History
Introduced in R2026b