If you have to create a Windows Runtime Vector from C++/WinRT, do it as late as possible

1 · Raymond Chen · May 22, 2024, 11:31 p.m.
Summary
Stay with the std::vector until you really need the Window Runtime Vector. The post If you have to create a Windows Runtime Vector from C++/WinRT, do it as late as possible appeared first on The Old New Thing....