Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Invokes `f` with references to each of the elements in the table until `f` returns `false` or all the elements are visited. Such references to the elements are const iff `*this` is const. Execution is parallelized according to the semantics of the execution policy specified.以表中每个元素的引用调用函数 f,直到 f 返回 false 或遍历完所有元素。当且仅当当前容器 *this 为常量(const)时,该元素引用为常量引用。
执行过程将根据指定的执行策略语义进行并行化。