cppreference.cn
创建账户
登录
命名空间
页面
讨论
变体
视图
查看
编辑
历史
操作
std::chrono::tzdb_list::
end,
std::chrono::tzdb_list::
cend
来自 cppreference.cn
<
cpp
|
chrono
|
tzdb list
C++
编译器支持
独立和宿主
语言
标准库
标准库头文件
具名要求
特性测试宏
(C++20)
语言支持库
概念库
(C++20)
诊断库
内存管理库
元编程库
(C++11)
通用工具库
容器库
迭代器库
范围库
(C++20)
算法库
字符串库
文本处理库
数值库
日期和时间库
输入/输出库
文件系统库
(C++17)
并发支持库
(C++11)
执行控制库
(C++26)
技术规范
符号索引
外部库
[编辑]
日期和时间库
时间点
time_point
(C++11)
clock_time_conversion
(C++20)
clock_cast
(C++20)
持续时间
duration
(C++11)
时钟
system_clock
(C++11)
steady_clock
(C++11)
is_clock
(C++20)
utc_clock
(C++20)
tai_clock
(C++20)
high_resolution_clock
(C++11)
gps_clock
(C++20)
file_clock
(C++20)
local_t
(C++20)
一天中的时间
is_am
is_pm
(C++20)
(C++20)
make12
make24
(C++20)
(C++20)
hh_mm_ss
(C++20)
日历
日
(C++20)
月
(C++20)
年
(C++20)
星期几
(C++20)
operator/
(C++20)
year_month_day
(C++20)
year_month_day_last
(C++20)
year_month_weekday
(C++20)
year_month_weekday_last
(C++20)
weekday_indexed
(C++20)
weekday_last
(C++20)
month_day
(C++20)
month_day_last
(C++20)
month_weekday
(C++20)
month_weekday_last
(C++20)
year_month
(C++20)
last_spec
last
(C++20)
(C++20)
chrono
I/O
parse
(C++20)
时区
tzdb
(C++20)
tzdb_list
(C++20)
get_tzdb
get_tzdb_list
reload_tzdb
remote_version
(C++20)
(C++20)
(C++20)
(C++20)
sys_info
(C++20)
local_info
(C++20)
nonexistent_local_time
(C++20)
ambiguous_local_time
(C++20)
locate_zone
(C++20)
current_zone
(C++20)
time_zone
(C++20)
choose
(C++20)
zoned_traits
(C++20)
zoned_time
(C++20)
time_zone_link
(C++20)
leap_second
(C++20)
leap_second_info
(C++20)
get_leap_second_info
(C++20)
C 风格日期和时间
[编辑]
std::chrono::tzdb_list
成员函数
tzdb_list::front
tzdb_list::erase_after
tzdb_list::begin
tzdb_list::cbegin
tzdb_list::end
tzdb_list::cend
[编辑]
const_iterator end
(
)
const
noexcept
;
(自 C++20 起)
const_iterator cend
(
)
const
noexcept
;
(自 C++20 起)
返回
tzdb_list
的过尾迭代器。尝试解引用此迭代器会导致未定义行为。
[
edit
]
返回值
过尾迭代器。