This one is a jargon question. There are several umbrella terms to group logical operations in C++. For example:
- for the destructor, copy/move assignment and constructors: the copy control operations.
Is there one term for all constructors that create an object without copying or moving from another object of the same class ?