Same as the default constructor, using the specified basicAllocator.
Synopsis
Declared in <bslmt_threadattributes.h>
explicit
ThreadAttributes(bslma::Allocator* basicAllocator);
Description
If basicAllocator is 0, the currently installed default allocator is used.
Parameters
Name |
Description |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs