std::chrono::day (3) Linux Manual Page
std::chrono::day – std::chrono::day Synopsis Defined in header <chrono> class day; (since C++20) The class day represents a day in a month. Its normal range is [1, 31], but it may hold any number in [0, 255]. day is a TriviallyCopyable StandardLayoutType. Member functions constructs a day constructor (public member function) operator++ increments or decrements the…
