![]() |
![]()
| ![]() |
![]()
NAMEstd::counting_semaphore::release - std::counting_semaphore::release Synopsisvoid release( std::ptrdiff_t update = 1 ); (since C++20)
Preconditions Both update >= 0 and update <= max() - counter are true,
where counter is the value
Parametersupdate - the amount to increment the internal counter by ExceptionsMay throw std::system_error.
|