Go to the documentation of this file.
47 #if __cplusplus > 199711L
49 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
50 TypeName(const TypeName&) = delete; \
51 void operator=(const TypeName&) = delete;
55 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
56 TypeName(const TypeName&); \
57 void operator=(const Typename&)