system_clock::now Method
返回当前时间的静态方法。
static time_point now() _NOEXCEPT;
返回值
表示当前时间的 time_point 对象。
要求
Header: chrono
Namespace: std::chrono
返回当前时间的静态方法。
static time_point now() _NOEXCEPT;
表示当前时间的 time_point 对象。
Header: chrono
Namespace: std::chrono