libstdc++
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
std::chrono::tai_clock Class Reference

Public Types

using duration = chrono::duration< rep, period >
 
using period = system_clock::period
 
using rep = system_clock::rep
 
using time_point = chrono::time_point< tai_clock >
 

Static Public Member Functions

template<typename _Duration >
static tai_time< common_type_t< _Duration, seconds > > from_utc (const utc_time< _Duration > &__t)
 
static time_point now ()
 
template<typename _Duration >
static utc_time< common_type_t< _Duration, seconds > > to_utc (const tai_time< _Duration > &__t)
 

Static Public Attributes

static constexpr bool is_steady
 

Detailed Description

A clock that measures International Atomic Time.

The epoch is 1958-01-01 00:00:00.

Since
C++20

Definition at line 166 of file chrono.


The documentation for this class was generated from the following file: