std::timed_mutex::native_handle
Da cppreference.com
< cpp | thread | timed mutex
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
native_handle_type native_handle(); | (desde C++11) | |
Retorna a implementação subjacente objeto definido pelo identificador nativo.
Original:
Returns the underlying implementation-defined native handle object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Índice |
[editar]Parâmetros
(Nenhum)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar]Valor de retorno
implementação objeto definido pelo identificador nativo.
Original:
implementation-defined native handle object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar]Exceções
Esta seção está incompleta |
[editar]Exemplo
Esta seção está incompleta Motivo: sem exemplo |