system_clock::is_monotonic 常數
指定的靜態值時鐘型別是從零的。
static const bool is_monotonic = false;
傳回值
在這個實作中, system_clock::is_monotonic 一定會傳回 false。
備註
時鐘是 偵錯時 ,如果是第一次呼叫傳回 now() 的值永遠小於或等於的後續呼叫會傳回至 now()的值。
需求
長期的標題:
命名空間: std::chrono
指定的靜態值時鐘型別是從零的。
static const bool is_monotonic = false;
在這個實作中, system_clock::is_monotonic 一定會傳回 false。
時鐘是 偵錯時 ,如果是第一次呼叫傳回 now() 的值永遠小於或等於的後續呼叫會傳回至 now()的值。
長期的標題:
命名空間: std::chrono