std::chrono::weekday_indexed::index
From cppreference.com
< cpp | chrono | weekday indexed
constexpr unsigned index() const noexcept; |
(since C++20) | |
Accesses the index stored in *this
.
Return value
The index stored in *this
.