AllocCallback is an alias for (the address of) a function that takes an integer argument and returns void *.
Synopsis
Declared in <bslma_bufferallocator.h>
typedef void*(* AllocCallback)(int);
Created with MrDocs
AllocCallback is an alias for (the address of) a function that takes an integer argument and returns void *.
Declared in <bslma_bufferallocator.h>
typedef void*(* AllocCallback)(int);
Created with MrDocs