Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
q20chrono.h File Reference

(d7969320de23df0799b365dfbfd58569b143df00)

#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>>>