mutating
Jump to navigation
Jump to search
English
[edit]Verb
[edit]mutating
- present participle and gerund of mutate
Adjective
[edit]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