.TH "std::thread::id" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::thread::id .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBid\fP (native_handle_type \fB__id\fP)" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "\fBstruct\fP \fBhash< id >\fP" .br .ti -1c .RI "bool \fBoperator<\fP (\fBid\fP __x, \fBid\fP \fB__y\fP) noexcept" .br .ti -1c .RI "template<\fBclass\fP _CharT , \fBclass\fP _Traits > \fBbasic_ostream\fP< _CharT, _Traits > & \fBoperator<<\fP (\fBbasic_ostream\fP< _CharT, _Traits > &\fB__out\fP, \fBid\fP \fB__id\fP)" .br .ti -1c .RI "bool \fBoperator==\fP (\fBid\fP __x, \fBid\fP \fB__y\fP) noexcept" .br .ti -1c .RI "\fBclass\fP \fBthread\fP" .br .in -1c .SS "Related Symbols" (Note that these are not member symbols\&.) .in +1c .ti -1c .RI "bool \fBoperator==\fP (\fBthread::id\fP __x, \fBthread::id\fP \fB__y\fP) noexcept" .br .in -1c .PP .RI "\fB\fP" .br .in +1c .in +1c .ti -1c .RI "bool \fBoperator!=\fP (\fBthread::id\fP __x, \fBthread::id\fP \fB__y\fP) noexcept" .br .ti -1c .RI "bool \fBoperator<\fP (\fBthread::id\fP __x, \fBthread::id\fP \fB__y\fP) noexcept" .br .ti -1c .RI "bool \fBoperator<=\fP (\fBthread::id\fP __x, \fBthread::id\fP \fB__y\fP) noexcept" .br .ti -1c .RI "bool \fBoperator>\fP (\fBthread::id\fP __x, \fBthread::id\fP \fB__y\fP) noexcept" .br .ti -1c .RI "bool \fBoperator>=\fP (\fBthread::id\fP __x, \fBthread::id\fP \fB__y\fP) noexcept" .br .ti -1c .RI "template<\fBclass\fP _CharT , \fBclass\fP _Traits > \fBbasic_ostream\fP< _CharT, _Traits > & \fBoperator<<\fP (\fBbasic_ostream\fP< _CharT, _Traits > &\fB__out\fP, \fBthread::id\fP \fB__id\fP)" .br .in -1c .in -1c .SH "Detailed Description" .PP A std::thread::id is a unique identifier for a thread\&. .PP \fBSince\fP .RS 4 C++11 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.