Searched defs:is_instance (Results 1 – 1 of 1) sorted by relevance
169 struct is_instance : public std::false_type { }; struct172 struct is_instance<U<T>, U> : public std::true_type { }; struct