table of contents
std::barrier::max(3) | C++ Standard Libary | std::barrier::max(3) |
NAME¶
std::barrier::max - std::barrier::max
Synopsis¶
static constexpr std::ptrdiff_t max() noexcept; (since C++20)
Returns the maximum value of the expected count supported by the
implementation.
Parameters¶
(none)
Return value¶
The maximum value of the expected count supported by the implementation.
2024.06.10 | http://cppreference.com |