A defaulted default function Object() { [native code] } is defined as a user-defined default function Object() { [native code] } with an empty compound statement and no initialization list.
I'll give you an example to demonstrate the difference:
#include <iostream>
using namespace std;
class A
{
public:
...READ MORE
Jun 7, 2022
in C++
by
Damon
• 4,960 points
•
488 views