any_com_ptr
template <class T>
concept any_com_ptr = ...;
Any winrt::com_ptr<>; use winrt_com_ptr instead if you want a winrt::com_ptr<> to a winrt_type.
any_com_ptr template <class T>
concept any_com_ptr = ...;
Any winrt::com_ptr<>; use winrt_com_ptr instead if you want a winrt::com_ptr<> to a winrt_type.