Main Content
clibgen.FunctionTypeDefinition Class
Namespace: clibgen
Definition for MATLAB function type corresponding to C++ function type
Since R2021a
Description
Use a FunctionTypeDefinition
object to represent function types
std::function
and C function pointer arguments in the C++ library.
The clibgen.FunctionTypeDefinition
class is a handle
class.
Creation
MATLAB® constructs a FunctionTypeDefinition
object when MATLAB calls addFunctionType
on
a clibgen.LibraryDefinition
object.
Properties
Version History
Introduced in R2021a