mutating algorithms的意思|示意

美 / / 英 / /

变异算法


mutating algorithms的网络常见释义

可变序列算法 可变序列算法(mutating algorithms) 可以修改它们所操作的容器的元素。

变序性算法 如:remove() 变序性算法(Mutating Algorithms) 改变元素的次序,但不改变元素值。这些算法的目标区间不能是关联式容器。

变序型队列算法 变序型队列算法(mutating algorithms): 又叫可修改的序列算法。

演算法 9.8 「变化型演算法(Mutating Algorithms)386 9.8.1 逆转所有元素的次序386

mutating algorithms相关短语

1、 non-mutating algorithms 不可变序列算法

mutating algorithms相关例句

Unfortunately it is not possible to use pointer containers with mutating algorithms from the standard library. However, the most useful ones are instead provided as member functions.

很不幸,不可以将指针容器与标准库的可变算法共用。不过,这些算法中最有用的已经以成员函数的方式提供出来了。