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 version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
Duration representing a day (24 hours).
Defined in header <boost/mysql/days.hpp>
using days = std::chrono::duration< int, std::ratio< 3600 *24 > >;
Suitable to represent the range of dates MySQL offers. May differ in representation
from std::chrono::days in C++20.
Convenience header <boost/mysql.hpp>