Trivial constructors and destructorsThanks. Now I got it.
Trivial constructors and destructorsSo, instead of "if neither deleted nor trivial, it is defined " should be written "if not deleted...
Trivial constructors and destructorsSo, if it's trivial it's not defined? I understood it this way: if(!deleted && !trivial) => define...
Trivial constructors and destructors"is neither deleted nor trivial, it is defined" Does it mean that copy/move constructor copy/move as...
Trivial constructors and destructorsDoes the fact that an implicitly declared constructor(default, copy, move) or destructor is trivial ...
This user does not accept Private Messages