Return the threadName attribute of this object.
Synopsis
Declared in <bslmt_threadattributes.h>
bslstl::StringRef
threadName() const;
Description
Note that the returned string reference will be invalidated if setThreadName is subsequently called on this object.
Return Value
the threadName attribute of this object
Created with MrDocs