Go to the documentation of this file. 1 #ifndef INC_MACROS_CONVENIENCE_H_
2 #define INC_MACROS_CONVENIENCE_H_
4 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
5 TypeName(const TypeName&); \
6 void operator=(const TypeName&)
8 #define DEFAULT_COPY_AND_ASSIGN
, generated on Tue Sep 26 2023.