Searched refs:IsInstantiationOf (Results 1 – 1 of 1) sorted by relevance
93 struct IsInstantiationOf : std::false_type {}; struct96 struct IsInstantiationOf<U<Args...>, U> : std::true_type {};104 IsInstantiationOf<_U, sp>::value || // for IBinder and interface types in the C++107 IsInstantiationOf<_U, std::optional>::value || // for @nullable types in the109 IsInstantiationOf<_U, std::shared_ptr>::value, // for interface types in the