Searched defs:FunctorInt (Results 1 – 1 of 1) sorted by relevance
930 struct FunctorInt { struct931 template<class T> FunctorInt(T t) { t(2); }; //expected-note{{in instantiation of}} in FunctorInt() function979 struct FunctorInt { struct980 template<class T> FunctorInt(T t) { t(2); }; in FunctorInt() function