Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::timed_...ative_handle(3) C++ Standard Libarystd::timed_...ative_handle(3)

NAME
       std::timed_mutex::native_handle - std::timed_mutex::native_handle

Synopsis
	  native_handle_type native_handle();  (since C++11)
					       (not always present)

	  Returns the underlying implementation-defined	native handle object.

Parameters
	  (none)

Return value
	  Implementation-defined native	handle object.

Exceptions
	  Implementation-defined.

Example
	   This	section	is incomplete
	   Reason: no example

http://cppreference.com		  2022.07.31	 std::timed_...ative_handle(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::timed_mutex::native_handle&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help