std::chrono::system_clock::to_time_t

< cpp‎ | chrono‎ | system clock
 
 
工具库
通用工具
日期和时间
函数对象
格式化库 (C++20)
(C++11)
关系运算符 (C++20 中弃用)
整数比较函数
(C++20)
swap 与类型运算
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
常用词汇类型
(C++11)
(C++17)
(C++17)
(C++17)
(C++17)

初等字符串转换
(C++17)
(C++17)
 
日期和时间工具
(C++11)
(C++11)
当天时刻
(C++20)



(C++20)(C++20)(C++20)(C++20)
时钟
(C++20)
                                             
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
日历
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
时区
(C++20)
(C++20)
(C++20)
(C++20)
C 风格日期和时间
 
 
static std::time_t to_time_t( const time_point& t ) noexcept;
(C++11 起)

转换 tstd::time_t 类型。

std::time_t 拥有较低精度,则是舍入还是截断值是实现定义的。

参数

t - 要转换的系统时钟时间点

返回值

表示 tstd::time_t 值。

参阅

[静态]
转换 std::time_t 到系统时钟时间点
(公开静态成员函数)