Create an Error object having the default value, using the specified basicAllocator to supply memory.
Synopsis
Declared in <bdljsn_error.h>
explicit
Error(bslma::Allocator* basicAllocator);
Description
If basicAllocator is 0, the currently installed default allocator is used.
Parameters
Name |
Description |
basicAllocator |
memory allocator; 0 uses the default |
Created with MrDocs