std::chrono::weekday_last::weekday_last

From cppreference.com
< cpplrm; | chronolrm; | weekday last
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
std::chrono::weekday_last
Member functions
weekday_last::weekday_last
Nonmember functions
explicit constexpr weekday_last(const chrono::weekday& wd) noexcept;
(since C++20)

Constructs a weekday_last object storing the weekday wd.

Notes

A more convenient way to construct a weekday_last is with weekday's operator[], i.e., wd[std::chrono::last].