std::condition_variable::native_handle

Accesses the native handle of *this.

# Declarations

native_handle_type native_handle();

(since C++11)

# Return value

The native handle of this condition variable.

# See also