Construct a copy of the specified other object using the (optionally) specified basicAllocator, or the default allocator of none is specified.
Synopsis
Declared in <balxml_errorinfo.h>
ErrorInfo(
ErrorInfo const& other,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
other |
object providing the value to copy |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs