Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.89.0.
boost::date_time::days_before_weekday — Calculates the number of days since the previous weekday.
// In header: <boost/date_time/date_generators.hpp> template<typename date_type, typename weekday_type> date_type::duration_type days_before_weekday(const date_type & d, const weekday_type & wd);