Create an exception object initialized with the specified numBytes that indicates an allocation request size.
Declared in <bslma_testallocatorexception.h>
explicit
TestAllocatorException(size_type numBytes);
| Name | Description |
|---|---|
| numBytes | The size of the allocation request that triggered this exception. |