Searched defs:IsValidExternalReferenceType (Results 1 – 1 of 1) sorted by relevance
195 struct IsValidExternalReferenceType<Result (*)(Args...)> { struct196 static const bool value = AllScalar<Result, Args...>();200 struct IsValidExternalReferenceType<Result (Class::*)(Args...)> { struct201 static const bool value = AllScalar<Result, Args...>();