winrt_com_ptr
template <class T>
concept winrt_com_ptr = ...;
A winrt::com_ptr<> to a winrt_type; use any_com_ptr instead if you want to match any winrt::com_ptr<>, including pointers to non-WinRT COM pointers.
winrt_com_ptr template <class T>
concept winrt_com_ptr = ...;
A winrt::com_ptr<> to a winrt_type; use any_com_ptr instead if you want to match any winrt::com_ptr<>, including pointers to non-WinRT COM pointers.