std::latch:: max
From cppreference.com
C++
Concurrency support library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::latch
| Member functions | ||||
| Constants | ||||
|
latch::max
|
|
static
constexpr
std::
ptrdiff_t
max
(
)
noexcept
;
|
(since C++20) | |
Returns the maximum value of the internal counter supported by the implementation.
Parameters
(none)
Return value
The maximum value of the internal counter supported by the implementation.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/thread/latch/max&oldid=161161
"