std::thread::native_handle

From Cppreference

Jump to: navigation, search
native_handle_type native_handle();
(C++11 feature)

Returns the implementation defined underlying thread handle.

Contents

[edit] Parameters

(none)

[edit] Return value

implementation defined handle type representing the thread.

[edit] Exceptions

noexcept specification:  
noexcept

  (C++11 feature)

[edit] Example