Type of functor called by this object to handle allocation failures.
Synopsis
Declared in <balst_stacktracetestallocator.h>
typedef bsl::function<void()> FailureHandler;
Description
Note that this can be set and accessed using the setFailureHandler and failureHandler methods respectively.
Created with MrDocs