BuilderConfig(BuilderConfig const& other);
函数功能
拷贝构造函数。
函数原型
BuilderConfig(BuilderConfig const& other);
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
other |
输入 |
用于拷贝构造的另一个BuilderConfig对象。 |
返回值说明
无
父主题: class BuilderConfig
拷贝构造函数。
BuilderConfig(BuilderConfig const& other);
参数名 |
输入/输出 |
说明 |
---|---|---|
other |
输入 |
用于拷贝构造的另一个BuilderConfig对象。 |
无