std::experimental::ranges::tag::in, in1, in2, out, out1, out2, fun, min, max, begin, end

< cpp‎ | experimental‎ | ranges
 
 
技术规范
文件系统库 (文件系统 TS)
库基础 (库基础 TS)
库基础 2 (库基础 TS v2)
库基础 3 (库基础 TS v3)
并行扩展 (并行 TS)
并行扩展 2 (并行 TS v2)
并发扩展 (并发 TS)
概念 (概念 TS)
范围 (范围 TS)
数学特殊函数 (特殊函数 TR)
 
 
通用工具库
工具组件
函数对象
元编程与类型特性
有标签的 pair 与 tuple
                          
标签说明符
                                      
                          
 
struct in { /* implementation-defined */ };

struct in1 { /* implementation-defined */ };
struct in2 { /* implementation-defined */ };
struct out { /* implementation-defined */ };
struct out1 { /* implementation-defined */ };
struct out2 { /* implementation-defined */ };
struct fun { /* implementation-defined */ };
struct min { /* implementation-defined */ };
struct max { /* implementation-defined */ };
struct begin { /* implementation-defined */ };

struct end { /* implementation-defined */ };
(范围 TS)

这些类是 ranges::tagged 所用的 TagSpecifier

指定符的名称亦为其所对应的元素名。例如, ranges::tagged<std::pair<int, int>, tag::min, tag::max> 提供一组名为 min 的具名访问器和一组名为 max 的具名访问器。