[][src]Type Definition cppconnect6::cppbind::AllocatorType

type AllocatorType<T> = extern "C" fn(_: CInt) -> *mut T;

Allocator Type for FFI, (ex. C++ new operator)