proxygen
PrettyType< Alloc< T > > Struct Template Reference

Public Member Functions

string operator() ()
 

Detailed Description

template<typename T>
struct PrettyType< Alloc< T > >

Definition at line 1117 of file StlVectorTest.cpp.

Member Function Documentation

template<typename T >
string PrettyType< Alloc< T > >::operator() ( )
inline

Definition at line 1118 of file StlVectorTest.cpp.

1118  {
1119  return "Alloc<" + PrettyType<T>()() + ">";
1120  }

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