C++/WinRT implementation inheritance: Notes on winrt::implements, part 8

1 · Raymond Chen · Feb. 28, 2025, 3:30 p.m.
Summary
This blog post discusses inheritance in C++/WinRT specifically focusing on the implementation of `winrt::implements`. It is part 8 of a series where the author compares different options related to this topic.