Create an exception object initialized with the specified numBytes that indicates an allocation request size.

Synopsis

Declared in <bslma_testallocatorexception.h>

explicit
TestAllocatorException(size_type numBytes);

Parameters

Name

Description

numBytes

The size of the allocation request that triggered this exception.

Created with MrDocs