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