Return to Snippet

Revision: 36643
at November 24, 2010 13:01 by initiationone


Initial Code
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \
  TypeName(const TypeName&);               \
  void operator=(const TypeName&)

Initial URL


Initial Description


Initial Title
DISALLOW_COPY_AND_ASSIGN

Initial Tags
google

Initial Language
C++