winrt_strong_ref

template <class T>
concept winrt_strong_ref = ...;

An owning reference to a winrt_type; see weak_refs::strong_ref.