Definify.com
Definition 2024
mutating
mutating
English
Verb
mutating
- present participle of mutate
Adjective
mutating (not comparable)
- Causing or tending to cause mutation.
- The mutating process that cells undergo can lead to cancer.
-
std::sort
is a mutating algorithm.
- (programming, of an object) Having the ability to make changes to data other than its makeup.
- The
begin()
member ofstd::string
returns a mutating iterator.
- The