std::chrono::weekday::operatorunsigned (3) Linux Manual Page
std::chrono::weekday::operatorunsigned – std::chrono::weekday::operatorunsigned
Synopsis
explicit constexpr operator unsigned() const noexcept; (since C++20)
Returns the weekday value stored in *this.
Return value
The weekday value stored in *this.
