...世界上最受推崇、设计精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计精湛的 C++ 库项目之一。
boost::serialization::save — 使用序列化库保存 first_day_of_the_week_in_month 对象的函数。
// In header: <boost/date_time/gregorian/greg_serialize.hpp> template<typename Archive> void save(Archive & ar, const gregorian::first_kday_of_month & fkd, unsigned int);
first_day_of_the_week_in_month 对象被分解为 2 部分进行序列化:星期几,以及月份。