I stumbled over a piece of syntax that I have not seen yet and didn't find online, and I wonder what this is:
constexpr struct X{ /* define X members and methods */ } Y{};
What i don't understand is the Y{}.
I stumbled over a piece of syntax that I have not seen yet and didn't find online, and I wonder what this is:
constexpr struct X{ /* define X members and methods */ } Y{};
What i don't understand is the Y{}.