Constructors
Declared in <bslmt_threadattributes.h>
Create a ThreadAttributes object having the default attribute values.
ThreadAttributes();
» more...
Same as the default constructor, using the specified basicAllocator.
explicit
ThreadAttributes(bslma::Allocator* basicAllocator);
» more...
Create a ThreadAttributes object having the same value as the specified original object.
ThreadAttributes(
ThreadAttributes const& original,
bslma::Allocator* basicAllocator = 0);
» more...
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |
| original | object whose value is copied |