ctor
See also: стог
English
Noun
ctor (plural ctors)
- (object-oriented programming) Abbreviation of constructor.
- 2014, Marc Gregoire, Professional C++, John Wiley & Sons, →ISBN, page 162:
- There is one important caveat with ctor-initializers: They initialize data members in the order that they appear in the class definition, not their order in the ctor-initializer.