A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../thread/thread/get_id.html below:

std::thread::get_id - cppreference.com

Returns a value of std::thread::id identifying the thread associated with *this.

[edit] Parameters

(none)

[edit] Return value

A value of type std::thread::id identifying the thread associated with *this. If there is no thread associated, default constructed std::thread::id is returned.

[edit] Example

Possible output:

t1's id: 140146221688576
t2's id: 140146213295872
t1's id after join: thread::id of a non-executing thread
t2's id after join: thread::id of a non-executing thread
[edit] See also represents the id of a thread
(public member class) [edit] checks whether the thread is joinable, i.e. potentially running in parallel context
(public member function) [edit]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4