C++20: Creating Calendar Dates
In this post, I will dive deeper into calendar dates and create them. If this post is too overwhelming for you, read my previous ones: C++20 supports constants and literals to make using calendar-date types more convenient. Constants and Literals for Calendar Types Let me start with the constants for std::chrono::weekday, and std::chrono::month. std::chrono::Monday std::chrono::Thuesday […]