Home | History | Annotate | Download | only in support

Lines Matching full:template

37 template <class T>
43 template <class U> friend class test_allocator;
54 template <class U> struct rebind {typedef test_allocator<U> other;};
60 template <class U> test_allocator(const test_allocator<U>& a) throw()
97 template <class T>
103 template <class U> friend class non_default_test_allocator;
114 template <class U> struct rebind {typedef non_default_test_allocator<U> other;};
120 template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) throw()
157 template <>
163 template <class U> friend class test_allocator;
172 template <class U> struct rebind {typedef test_allocator<U> other;};
178 template <class U> test_allocator(const test_allocator<U>& a) throw()
188 template <class T>
193 template <class U> friend class other_allocator;
200 template <class U> other_allocator(const other_allocator<U>& a)