class Example { // ... Example& operator=(const Example &) = default; Example(const Example &) = default; };