Set the pre‐throw hook for std::length_error to the specified hook.
Synopsis
Declared in <bslstl_stdexceptutil.h>
static
void
setLengthErrorHook(PreThrowHook hook);
Parameters
Name |
Description |
hook |
pre‐throw callback; null disables the hook |
Created with MrDocs