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