How well does _com_ptr_t support class template argument deduction (CTAD)?

1 · Raymond Chen · March 12, 2024, 3:31 p.m.
Summary
Not very well, thanks to storing the pointer and IID pair in a helper type. The post How well does <CODE>_com_ptr_t</CODE> support class template argument deduction (CTAD)? appeared first on The Old New Thing....