Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
q20chrono.h File Reference

(e34c2429c8d6b702570eff846d639df12fc94d0d)

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