↧
Answer by Larry Osterman for How generics work in C++/CX
As far a I know, arbitrary C++/CX Generics are not supported. C++/CX can consume winrt parameterized interfaces, which appear as C++ template specializations, but arbitrary generics cannot be exported....
View ArticleAnswer by user1401452 for How generics work in C++/CX
Looking at this article here the reference to generics on the last row specifies that generics are used in C++/CX with interfaces and delegates....
View ArticleHow generics work in C++/CX
I couldn't find anything about this on the Internet, so I'm looking for someone with the insights into the way C++/CX is impemented. The Wikipedia article on C++/CX says that it supports runtime-based...
View Article