Share via


condition_variable::native_handle Method

Returns the implementation-specific type that represents the condition_variable handle.

native_handle_type native_handle();

Return Value

native_handle_type is defined as a pointer to Concurrency Runtime internal data structures.

Requirements

Header: condition_variable

Namespace: std

See Also

Reference

condition_variable Class

<condition_variable>