std::recursive_mutex::recursive_mutex
De cppreference.com
<metanoindex/>
<tbody> </tbody>Constrói o mutex. O mutex está em estado desbloqueado após a chamada.
Original:
Constructs the mutex. The mutex is in unlocked state after the call.
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.
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.
Exceções
std::system_error se a construção não for bem sucedida.
Original:
std::system_error if the construction is unsuccessful.
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.
