Home | History | Annotate | Download | only in basic.lookup.classref

Lines Matching full:template

6 //   be looked up to determine whether the < is the beginning of a template
10 // and shall name a class or function template. If the lookup in the class of
11 // the object expression finds a template, the name is also looked up in the
16 // and does not name a class template, the name found in the class of the
18 // -- if the name found is a class template, it must refer to the same
23 template<typename T>
26 template<typename T>
42 int set; // Non-template.
50 template<typename T> void a();
67 template<typename T> T end(T);
69 template <typename T>
76 template<typename T> T *end(T*);
79 template <typename T>