首页 > Term: initializer
initializer
An expression used to initialize data objects. In the C++ language, there are three types of initializers: an expression followed by an assignment operator initializes fundamental data type objects or class objects that have copy constructors; an expression enclosed in braces ( ( ) ) initializes aggregates; and a parenthesized expression list initializes base classes and members using constructors
0
创建者
- Peteh
- 100% positive feedback