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