BloombergLP::bslmt::ThreadAttributes::ThreadAttributes

Constructors

Synopses

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...

Parameters

NameDescription
basicAllocatormemory allocator; null uses the default
originalobject whose value is copied