Lines Matching full:template
5 template < typename _Tp > struct new_allocator
8 template < typename > struct rebind {
12 template < typename _Tp > struct allocator:new_allocator < _Tp > {
14 template < typename _Tp, typename _Alloc > struct _Vector_base {
15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
25 template < typename _Tp, typename _Alloc =
29 template < class T> struct HHH {};
34 template < class SSS > struct EEE:vector < HHH < SSS > > { };
35 template < class SSS, class = EEE < SSS > >class FFF { };
36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { };