proxygen
PrettyType< std::allocator< T > > Struct Template Reference

Public Member Functions

string operator() ()
 

Detailed Description

template<typename T>
struct PrettyType< std::allocator< T > >

Definition at line 1110 of file StlVectorTest.cpp.

Member Function Documentation

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

Definition at line 1111 of file StlVectorTest.cpp.

1111  {
1112  return "std::allocator<" + PrettyType<T>()() + ">";
1113  }

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