std::barrier<CompletionFunction>::max
Min standard notice:
Returns the maximum value of the expected count supported by the implementation.
# Declarations
static constexpr std::ptrdiff_t max() noexcept;
(since C++20)
# Return value
The maximum value of the expected count supported by the implementation.