CppCon 2021: Required Field for Designated Initialization
Designated initialization provides us with a way to mimic "named parameter" in C++. However, by doing so, we lost the ability to enforce the client code to provide a value for specific fields. And this talk gives a way to recover that ability.Date: 2021-08-29