由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Synthesized Constructor到底什么意思?
相关主题
问个题。what is the difference?
c++ question问个构造函数的问题
请教几个C++问题菜鸟请教smart pointer
[合集] 又学了一招关于数组动态分配的疑问???
请教个Bloomberg 的 C++ 题目C++ 中 myobject * a =new myobject[n] 的问题
Is the order of initialization a, b, c or c, b, a?c++:constructor 一问
一个c++ constructor的问题, thanksTest your C++ knowledge...
question about Design PatternsHow to initialize object in constructor?
相关话题的讨论汇总
话题: 到底话题: 意思话题: trivial
进入Programming版参与讨论
1 (共1页)
z***e
发帖数: 5393
1
synthesized constructor到底准确来说是什么意思啊?
看到说compiler自动生成的default constructor,一种是nontrivial的,就是里面包
括了base class或者virtual的。另一种是trivial,"In practice, these trivial
default constructors are not synthesized”
呃,这个synthesize到底在这里是什么意思?
t****t
发帖数: 6806
2
就是生成啊.
trivial的ctor实际上什么也不做,也不调用别的函数,所以有没有是一样的.
很好理解啊.

【在 z***e 的大作中提到】
: synthesized constructor到底准确来说是什么意思啊?
: 看到说compiler自动生成的default constructor,一种是nontrivial的,就是里面包
: 括了base class或者virtual的。另一种是trivial,"In practice, these trivial
: default constructors are not synthesized”
: 呃,这个synthesize到底在这里是什么意思?

z***e
发帖数: 5393
3
got it. thanks.

【在 t****t 的大作中提到】
: 就是生成啊.
: trivial的ctor实际上什么也不做,也不调用别的函数,所以有没有是一样的.
: 很好理解啊.

1 (共1页)
进入Programming版参与讨论
相关主题
How to initialize object in constructor?请教个Bloomberg 的 C++ 题目
delete this problemIs the order of initialization a, b, c or c, b, a?
[合集] C# 面试问题讨论一个c++ constructor的问题, thanks
被reference搞晕了question about Design Patterns
问个题。what is the difference?
c++ question问个构造函数的问题
请教几个C++问题菜鸟请教smart pointer
[合集] 又学了一招关于数组动态分配的疑问???
相关话题的讨论汇总
话题: 到底话题: 意思话题: trivial