proxygen
allocGen< A > Struct Template Reference

Static Public Member Functions

static A get ()
 

Detailed Description

template<typename A>
struct allocGen< A >

Definition at line 1251 of file StlVectorTest.cpp.

Member Function Documentation

template<typename A >
static A allocGen< A >::get ( )
inlinestatic

Definition at line 1252 of file StlVectorTest.cpp.

1252  {
1253  return A();
1254  }
std::unique_ptr< int > A

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