Searched defs:has_getDecl (Results 1 – 1 of 1) sorted by relevance
562 template <typename T> struct has_getDecl { struct563 struct Default { int getDecl; };564 struct Derived : T, Default { };575 static bool const value = sizeof(f<Derived>(nullptr)) == 2;