![]() |
![]()
| ![]() |
![]()
NAMEstd::counting_semaphore::max - std::counting_semaphore::max Synopsisconstexpr std::ptrdiff_t max() noexcept; (since C++20)
Return valueThe internal counter's maximum possible value, as a std::ptrdiff_t. NotesFor specialization binary_semaphore, LeastMaxValue is equal to 1.
|