System::FunctionPtr typedef

FunctionPtr typedef

An alias for function type with default calling convention.

using System::FunctionPtr =  ReturnT(*)(ArgsT...)

See Also