std::chrono::steady_clock
提供:cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <chrono>
|
||
| class steady_clock; |
(C + + 11以来) | |
クラス
std::chrono::steady_clockは単調なクロックを表しています。物理的な時間が前方に移動すると、このクロックの時点では、減らすことはできません。このクロックは、壁時計時刻に関連するものではなく、間隔を測定するための最善のに適しています.Original:
Class
std::chrono::steady_clock represents a monotonic clock. The time points of this clock cannot decrease as physical time moves forward. This clock is not related to wall clock time, and is best suitable for measuring intervals.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
std::chrono::steady_clockTrivialClockの要件を満たしています. Original:
std::chrono::steady_clock meets the requirements of TrivialClock. The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
目次 |
[編集] メンバータイプ
| メンバー·タイプ
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
rep
|
時計の持続時間刻みの数を表す算術型
Original: arithmetic type representing the number of ticks in the clock's duration The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
period
|
秒単位で時計の目盛り間隔を表すstd::ratioタイプ
Original: a std::ratio type representing the tick period of the clock, in seconds The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
duration
|
std::chrono::duration<rep, period> |
time_point
|
std::chrono::time_point<std::chrono::steady_clock> |
[編集] メンバー定数
| bool is_steady [静的] |
着実クロックフラグ、常にtrue Original: steady clock flag, always true The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共の静的メンバ定数) |
[編集] メンバ関数
| [静的] |
クロックの現在の値を表すtime_pointを返します Original: returns a time_point representing the current value of the clock The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共の静的メンバ関数) |
[編集] も参照してください
| (C++11) |
システム全体のリアルタイムクロックから壁時計時刻 Original: wall clock time from the system-wide realtime clock The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (クラス) |
| (C++11) |
可能な最短のダニ期間付きクロック Original: the clock with the shortest tick period available The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (クラス) |