![]() |
![]()
| ![]() |
![]()
NAMEstd::counting_semaphore::counting_semaphore - std::counting_semaphore::counting_semaphore Synopsis constexpr explicit counting_semaphore( std::ptrdiff_t desired );
(1) (since C++20)
Preconditions1) Both desired >= 0 and desired <= max() are true. Parametersdesired - the value to initialize counting_semaphore's counter with ExceptionsThrows nothing.
|