René's URL Explorer Experiment


Title: std::ranges::get(std::ranges::subrange) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://zh.cppreference.com/
创建账号http://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Franges%2Fsubrange%2Fget
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Franges%2Fsubrange%2Fget
页面http://zh.cppreference.com/cpp/ranges/subrange/get
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/ranges/subrange/get&action=edit&redlink=1
http://zh.cppreference.com/cpp/ranges/subrange/get
不转换http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&variant=zh-tw
阅读http://zh.cppreference.com/cpp/ranges/subrange/get
查看源代码http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&action=history
http://zh.cppreference.com/cpp/ranges/subrange/get
cpphttp://zh.cppreference.com/cpp
rangeshttp://zh.cppreference.com/cpp/ranges
subrangehttp://zh.cppreference.com/cpp/ranges/subrange
C++http://zh.cppreference.com/cpp
编译器支持http://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现http://zh.cppreference.com/cpp/freestanding
语言http://zh.cppreference.com/cpp/language
标准库http://zh.cppreference.com/cpp/standard_library
标准库标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
内存管理库http://zh.cppreference.com/cpp/memory
元编程库http://zh.cppreference.com/cpp/meta
通用工具库http://zh.cppreference.com/cpp/utility
容器库http://zh.cppreference.com/cpp/container
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
算法库http://zh.cppreference.com/cpp/algorithm
字符串库http://zh.cppreference.com/cpp/string
文本处理库http://zh.cppreference.com/cpp/text
数值库http://zh.cppreference.com/cpp/numeric
日期和时间库http://zh.cppreference.com/cpp/chrono
输入/输出库http://zh.cppreference.com/cpp/io
文件系统库http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
执行控制库http://zh.cppreference.com/cpp/execution
技术规范http://zh.cppreference.com/cpp/experimental
符号索引http://zh.cppreference.com/cpp/symbol_index
外部库http://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
范围库http://zh.cppreference.com/cpp/ranges
范围访问http://zh.cppreference.com/cpp/ranges#范围访问
beginhttp://zh.cppreference.com/cpp/ranges/begin
cbeginhttp://zh.cppreference.com/cpp/ranges/cbegin
endhttp://zh.cppreference.com/cpp/ranges/end
cendhttp://zh.cppreference.com/cpp/ranges/cend
rbeginhttp://zh.cppreference.com/cpp/ranges/rbegin
crbeginhttp://zh.cppreference.com/cpp/ranges/crbegin
rendhttp://zh.cppreference.com/cpp/ranges/rend
crendhttp://zh.cppreference.com/cpp/ranges/crend
sizehttp://zh.cppreference.com/cpp/ranges/size
ssizehttp://zh.cppreference.com/cpp/ranges/ssize
datahttp://zh.cppreference.com/cpp/ranges/data
cdatahttp://zh.cppreference.com/cpp/ranges/cdata
reserve_hinthttp://zh.cppreference.com/cpp/ranges/reserve_hint
emptyhttp://zh.cppreference.com/cpp/ranges/empty
范围转换http://zh.cppreference.com/cpp/ranges#范围转换
std::from_range_tstd::from_rangehttp://zh.cppreference.com/cpp/ranges/from_range
tohttp://zh.cppreference.com/cpp/ranges/to
悬垂迭代器处理http://zh.cppreference.com/cpp/ranges#悬垂迭代器处理
danglinghttp://zh.cppreference.com/cpp/ranges/dangling
borrowed_iterator_thttp://zh.cppreference.com/cpp/ranges/borrowed_iterator_t
borrowed_subrange_thttp://zh.cppreference.com/cpp/ranges/borrowed_iterator_t
范围原语http://zh.cppreference.com/cpp/ranges#范围原语
range_size_trange_difference_trange_value_thttp://zh.cppreference.com/cpp/ranges/range_size_t
elements_ofhttp://zh.cppreference.com/cpp/ranges/elements_of
iterator_tconst_iterator_tsentinel_tconst_sentinel_thttp://zh.cppreference.com/cpp/ranges/iterator_t
range_reference_trange_const_reference_trange_rvalue_reference_trange_common_reference_thttp://zh.cppreference.com/cpp/ranges/range_reference_t
范围概念http://zh.cppreference.com/cpp/ranges#范围概念
rangehttp://zh.cppreference.com/cpp/ranges/range
borrowed_rangehttp://zh.cppreference.com/cpp/ranges/borrowed_range
common_rangehttp://zh.cppreference.com/cpp/ranges/common_range
sized_rangehttp://zh.cppreference.com/cpp/ranges/sized_range
viewable_rangehttp://zh.cppreference.com/cpp/ranges/viewable_range
viewhttp://zh.cppreference.com/cpp/ranges/view
input_rangehttp://zh.cppreference.com/cpp/ranges/input_range
output_rangehttp://zh.cppreference.com/cpp/ranges/output_range
forward_rangehttp://zh.cppreference.com/cpp/ranges/forward_range
bidirectional_rangehttp://zh.cppreference.com/cpp/ranges/bidirectional_range
random_access_rangehttp://zh.cppreference.com/cpp/ranges/random_access_range
contiguous_rangehttp://zh.cppreference.com/cpp/ranges/contiguous_range
approximately_sized_rangehttp://zh.cppreference.com/cpp/ranges/approximately_sized_range
constant_rangehttp://zh.cppreference.com/cpp/ranges/constant_range
sized-random-access-rangehttp://zh.cppreference.com/cpp/ranges/sized-random-access-range
视图http://zh.cppreference.com/cpp/ranges#视图
view_interfacehttp://zh.cppreference.com/cpp/ranges/view_interface
subrangehttp://zh.cppreference.com/cpp/ranges/subrange
范围工厂http://zh.cppreference.com/cpp/ranges#范围工厂
empty_viewviews::emptyhttp://zh.cppreference.com/cpp/ranges/empty_view
single_viewviews::singlehttp://zh.cppreference.com/cpp/ranges/single_view
basic_istream_viewviews::istreamhttp://zh.cppreference.com/cpp/ranges/basic_istream_view
iota_viewviews::iotahttp://zh.cppreference.com/cpp/ranges/iota_view
views::indiceshttp://zh.cppreference.com/cpp/ranges/iota_view
repeat_viewviews::repeathttp://zh.cppreference.com/cpp/ranges/repeat_view
范围适配器http://zh.cppreference.com/cpp/ranges#范围适配器
views::all_tviews::allhttp://zh.cppreference.com/cpp/ranges/all_view
as_rvalue_viewviews::as_rvaluehttp://zh.cppreference.com/cpp/ranges/as_rvalue_view
filter_viewviews::filterhttp://zh.cppreference.com/cpp/ranges/filter_view
transform_viewviews::transformhttp://zh.cppreference.com/cpp/ranges/transform_view
take_viewviews::takehttp://zh.cppreference.com/cpp/ranges/take_view
take_while_viewviews::take_whilehttp://zh.cppreference.com/cpp/ranges/take_while_view
common_viewviews::commonhttp://zh.cppreference.com/cpp/ranges/common_view
views::countedhttp://zh.cppreference.com/cpp/ranges/view_counted
as_input_viewviews::as_inputhttp://zh.cppreference.com/cpp/ranges/as_input_view
ref_viewhttp://zh.cppreference.com/cpp/ranges/ref_view
drop_viewviews::drophttp://zh.cppreference.com/cpp/ranges/drop_view
drop_while_viewviews::drop_whilehttp://zh.cppreference.com/cpp/ranges/drop_while_view
lazy_split_viewviews::lazy_splithttp://zh.cppreference.com/cpp/ranges/lazy_split_view
split_viewviews::splithttp://zh.cppreference.com/cpp/ranges/split_view
join_viewviews::joinhttp://zh.cppreference.com/cpp/ranges/join_view
join_with_viewviews::join_withhttp://zh.cppreference.com/cpp/ranges/join_with_view
concat_viewviews::concathttp://zh.cppreference.com/cpp/ranges/concat_view
cache_latest_viewviews::cache_latesthttp://zh.cppreference.com/cpp/ranges/cache_latest_view
owning_viewhttp://zh.cppreference.com/cpp/ranges/owning_view
reverse_viewviews::reversehttp://zh.cppreference.com/cpp/ranges/reverse_view
as_const_viewviews::as_consthttp://zh.cppreference.com/cpp/ranges/as_const_view
elements_viewviews::elementshttp://zh.cppreference.com/cpp/ranges/elements_view
keys_viewviews::keyshttp://zh.cppreference.com/cpp/ranges/keys_view
values_viewviews::valueshttp://zh.cppreference.com/cpp/ranges/values_view
enumerate_viewviews::enumeratehttp://zh.cppreference.com/cpp/ranges/enumerate_view
zip_viewviews::ziphttp://zh.cppreference.com/cpp/ranges/zip_view
zip_transform_viewviews::zip_transformhttp://zh.cppreference.com/cpp/ranges/zip_transform_view
adjacent_viewviews::adjacenthttp://zh.cppreference.com/cpp/ranges/adjacent_view
views::pairwisehttp://zh.cppreference.com/cpp/ranges/adjacent_view
adjacent_transform_viewviews::adjacent_transformhttp://zh.cppreference.com/cpp/ranges/adjacent_transform_view
views::pairwise_transformhttp://zh.cppreference.com/cpp/ranges/adjacent_transform_view
chunk_viewviews::chunkhttp://zh.cppreference.com/cpp/ranges/chunk_view
slide_viewviews::slidehttp://zh.cppreference.com/cpp/ranges/slide_view
chunk_by_viewviews::chunk_byhttp://zh.cppreference.com/cpp/ranges/chunk_by_view
stride_viewviews::stridehttp://zh.cppreference.com/cpp/ranges/stride_view
cartesian_product_viewviews::cartesian_producthttp://zh.cppreference.com/cpp/ranges/cartesian_product_view
范围生成器http://zh.cppreference.com/cpp/ranges#范围生成器
std::generatorhttp://zh.cppreference.com/cpp/coroutine/generator
范围适配器闭包对象http://zh.cppreference.com/cpp/ranges#范围适配器闭包对象
range_adaptor_closurehttp://zh.cppreference.com/cpp/ranges/range_adaptor_closure
范围适配器对象http://zh.cppreference.com/cpp/ranges#范围适配器对象
辅助项http://zh.cppreference.com/cpp/ranges#辅助项
copyable-boxmovable-boxhttp://zh.cppreference.com/cpp/ranges/copyable_wrapper
simple-viewhttp://zh.cppreference.com/cpp/ranges#辅助概念
non-propagating-cachehttp://zh.cppreference.com/cpp/ranges/non-propagating-cache
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/ranges/navbar_content&action=edit
std::ranges::subrangehttp://zh.cppreference.com/cpp/ranges/subrange
成员函数http://zh.cppreference.com/cpp/ranges/subrange#成员函数
subrange::subrangehttp://zh.cppreference.com/cpp/ranges/subrange/subrange
subrange::operator PairLikehttp://zh.cppreference.com/cpp/ranges/subrange/operator_PairLike
观察器http://zh.cppreference.com/cpp/ranges/subrange#观察器
subrange::beginhttp://zh.cppreference.com/cpp/ranges/subrange/begin
subrange::endhttp://zh.cppreference.com/cpp/ranges/subrange/end
subrange::emptyhttp://zh.cppreference.com/cpp/ranges/subrange/empty
subrange::sizehttp://zh.cppreference.com/cpp/ranges/subrange/size
迭代器操作http://zh.cppreference.com/cpp/ranges/subrange#迭代器操作
subrange::advancehttp://zh.cppreference.com/cpp/ranges/subrange/advance
subrange::nexthttp://zh.cppreference.com/cpp/ranges/subrange/next
subrange::prevhttp://zh.cppreference.com/cpp/ranges/subrange/prev
推导指引http://zh.cppreference.com/cpp/ranges/subrange/deduction_guides
非成员函数http://zh.cppreference.com/cpp/ranges/subrange#非成员函数
辅助类型http://zh.cppreference.com/cpp/ranges/subrange#辅助类型
subrange_kindhttp://zh.cppreference.com/cpp/ranges/subrange_kind
tuple_sizehttp://zh.cppreference.com/cpp/ranges/subrange/tuple_size
tuple_elementhttp://zh.cppreference.com/cpp/ranges/subrange/tuple_element
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/ranges/subrange/navbar_content&action=edit
http://zh.cppreference.com/cpp/header/ranges
结构化绑定http://zh.cppreference.com/cpp/language/structured_binding
对偶式http://zh.cppreference.com/cpp/utility/tuple/tuple-like
1 参数http://zh.cppreference.com/cpp/ranges/subrange/get#参数
2 返回值http://zh.cppreference.com/cpp/ranges/subrange/get#返回值
3 示例http://zh.cppreference.com/cpp/ranges/subrange/get#示例
4 缺陷报告http://zh.cppreference.com/cpp/ranges/subrange/get#缺陷报告
5 参阅http://zh.cppreference.com/cpp/ranges/subrange/get#参阅
LWG 3589https://cplusplus.github.io/LWG/issue3589
1http://zh.cppreference.com/cpp/ranges/subrange/get#版本_1
begin_http://zh.cppreference.com/cpp/ranges/subrange#begin
copyablehttp://zh.cppreference.com/cpp/concepts/copyable
结构化绑定http://zh.cppreference.com/cpp/language/structured_binding
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/dsc_structured_binding&action=edit
std::get(std::tuple)http://zh.cppreference.com/cpp/utility/tuple/get
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/tuple/dsc_get&action=edit
std::get(std::pair)http://zh.cppreference.com/cpp/utility/pair/get
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/pair/dsc_get&action=edit
get(std::array)http://zh.cppreference.com/cpp/container/array/get
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/array/dsc_get&action=edit
std::get(std::variant)http://zh.cppreference.com/cpp/utility/variant/get
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/variant/dsc_get&action=edit
get(std::complex)http://zh.cppreference.com/cpp/numeric/complex/get
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/complex/dsc_get&action=edit
分类http://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面http://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页http://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改http://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面http://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
http://zh.cppreference.com/cpp/ranges/subrange/get
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/ranges/subrange/get
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/ranges/subrange/get
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面http://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&oldid=94994
页面信息http://zh.cppreference.com/index.php?title=cpp/ranges/subrange/get&action=info
Deutschhttps://de.cppreference.com/cpp/ranges/subrange/get
Englishhttp://en.cppreference.com/cpp/ranges/subrange/get
Españolhttp://es.cppreference.com/cpp/ranges/subrange/get
日本語http://ja.cppreference.com/cpp/ranges/subrange/get
Русскийhttp://ru.cppreference.com/cpp/ranges/subrange/get

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.