std::condition_variable::native_handle
Min standard notice:
Accesses the native handle of *this.
# Declarations
native_handle_type native_handle();
(since C++11)
# Return value
The native handle of this condition variable.
Accesses the native handle of *this.
native_handle_type native_handle();
(since C++11)
The native handle of this condition variable.