proxygen
allocGen< Alloc< T > > Struct Template Reference

Static Public Member Functions

static Alloc< Tget ()
 

Detailed Description

template<typename T>
struct allocGen< Alloc< T > >

Definition at line 1257 of file StlVectorTest.cpp.

Member Function Documentation

template<typename T >
static Alloc<T> allocGen< Alloc< T > >::get ( )
inlinestatic

Definition at line 1258 of file StlVectorTest.cpp.

References c.

1258  {
1259  static int c = 0;
1260  c += 854;
1261  return Alloc<T>(c);
1262  }
char c

The documentation for this struct was generated from the following file: