time_point sınıfı
A time_point zaman içinde bir noktayı temsil eden bir tür açıklar. Bir nesne türü tutan süre , depolar geçen süre Şablon değişkeni tarafından temsil edilen epoch beri Clock.
template<
class Clock,
class Duration = typename Clock::duration
>
class time_point;
Üyeler
TypeDef genel
Ad |
Description |
---|---|
time_point::clock |
Şablon parametresi için eş anlamlı Clock. |
time_point::duration |
Şablon parametresi için eş anlamlı Duration. |
time_point::period |
Eşanlamlı iç içe türü adı duration::period. |
time_point::rep |
Eşanlamlı iç içe türü adı duration::rep. |
Ortak Oluşturucusu
Ad |
Description |
---|---|
Yapıları bir time_point nesnesi. |
Public yöntemler
Ad |
Description |
---|---|
Üst sınırını belirtir time_point::ref. |
|
Alt sınırını belirtir time_point::ref. |
|
Saklı döndüren duration değeri. |
Ortak İşleçler
Ad |
Description |
---|---|
Saklı süresi belirtilen değere ekler. |
|
Saklı süresi belirtilen değere çıkarır. |
Gereksinimler
Başlık: chrono
Namespace: std::chrono