Searched defs:IsRefcountedSmartPointerHelper (Results 1 – 1 of 1) sorted by relevance
116743 struct IsRefcountedSmartPointerHelper : FalseType {}; struct116746 struct IsRefcountedSmartPointerHelper<RefPtr<Pointee>> : TrueType {}; struct116749 struct IsRefcountedSmartPointerHelper<nsCOMPtr<Pointee>> : TrueType {}; struct