👩💻 Join our community of thousands of amazing developers!
Suppose you have a Windows Runtime vector, either an IVector<T> or an IVectorView<T>, and you want to clone it so that you can operate on the clone without affecting the original. For example, maybe you have an IVectorView<T>, which is read-only, The post How do I make a clone of a Windows Runtime vector in C++/WinRT? appeared first on The Old New Thing....