![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qtconfigmacros.h>#include <chrono>
Include dependency graph for q20chrono.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | q20 |
| namespace | q20::chrono |
Typedefs | |
| using | q20::chrono::IntRep = int |
| using | q20::chrono::days = std::chrono::duration< IntRep, std::ratio< 86400 > > |
| using | q20::chrono::weeks = std::chrono::duration< IntRep, std::ratio_multiply< std::ratio< 7 >, days::period > > |
| using | q20::chrono::years = std::chrono::duration< IntRep, std::ratio_multiply< std::ratio< 146097, 400 >, days::period > > |
| using | q20::chrono::months = std::chrono::duration< IntRep, std::ratio_divide< years::period, std::ratio< 12 > > > |