B
bml
Is "Trivial constructor" either a default constructor generated by compiler
or the one you write but it does nothing (empty inside method definition)?
Is it required by C++ standard to bypass "construction" in case of trivial
constructor, or just implementation-dependent?
In which cases is a construction bypassed?
Thanks a lot!
or the one you write but it does nothing (empty inside method definition)?
Is it required by C++ standard to bypass "construction" in case of trivial
constructor, or just implementation-dependent?
In which cases is a construction bypassed?
Thanks a lot!