std::experimental::ranges::IndirectUnaryInvocable, std::experimental::ranges::IndirectRegularUnaryInvocable
| 迭代器概念 | ||||||||
| 间接可调用概念 | ||||||||
|
||||||||
| 常用算法要求 | ||||||||
| 概念工具 | ||||||||
| 迭代器工具及运算 | ||||||||
| 迭代器特性 | ||||||||
| 迭代器适配器 | ||||||||
| 流迭代器 | ||||||||
|
template
<class
F, class
I>
concept bool
IndirectUnaryInvocable
= |
(范围 TS) | |
|
template
<class
F, class
I>
concept bool
IndirectRegularUnaryInvocable
= |
(范围 TS) | |
| 本节未完成 原因:添加描述和额外通告 |