.TH "std::thread::id" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::thread::id \- thread::id .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBid\fP (native_handle_type __id)" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "struct \fBhash< id >\fP" .br .ti -1c .RI "bool \fBoperator<\fP (\fBid\fP __x, \fBid\fP __y) noexcept" .br .ti -1c .RI "template \fBbasic_ostream\fP< _CharT, _Traits > & \fBoperator<<\fP (\fBbasic_ostream\fP< _CharT, _Traits > &__out, \fBid\fP __id)" .br .ti -1c .RI "bool \fBoperator==\fP (\fBid\fP __x, \fBid\fP __y) noexcept" .br .ti -1c .RI "class \fBthread\fP" .br .in -1c .SH "Detailed Description" .PP thread::id .PP Definition at line \fB81\fP of file \fBstd_thread\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::thread::id::id ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB86\fP of file \fBstd_thread\&.h\fP\&. .SS "std::thread::id::id (native_handle_type __id)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB89\fP of file \fBstd_thread\&.h\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "friend struct \fBhash\fP< \fBid\fP >\fC [friend]\fP" .PP Definition at line \fB92\fP of file \fBstd_thread\&.h\fP\&. .SS "bool operator< (\fBthread::id\fP __x, \fBthread::id\fP __y)\fC [friend]\fP" .PP Definition at line \fB69\fP of file \fBthread\fP\&. .SS "template \fBbasic_ostream\fP< _CharT, _Traits > & operator<< (\fBbasic_ostream\fP< _CharT, _Traits > & __out, \fBthread::id\fP __id)\fC [friend]\fP" .PP Definition at line \fB86\fP of file \fBthread\fP\&. .SS "bool operator== (\fBthread::id\fP __x, \fBthread::id\fP __y)\fC [friend]\fP" .PP Definition at line \fB287\fP of file \fBstd_thread\&.h\fP\&. .SS "friend class \fBthread\fP\fC [friend]\fP" .PP Definition at line \fB92\fP of file \fBstd_thread\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.