std::barrier<CompletionFunction>::max
From cppreference.com
C++
Concurrency support library
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::barrier
| Member functions | ||||
| Constants | ||||
barrier::max |
| static constexpr std::ptrdiff_t max() noexcept; |
(since C++20) | |
Returns the maximum value of the expected count supported by the implementation.
[edit] Parameters
(none)
[edit] Return value
The maximum value of the expected count supported by the implementation.