Macros_Convenience.h
Go to the documentation of this file.
1 #ifndef INC_MACROS_CONVENIENCE_H_
2 #define INC_MACROS_CONVENIENCE_H_
3 
4 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
5  TypeName(const TypeName&); \
6  void operator=(const TypeName&)
7 
8 #define DEFAULT_COPY_AND_ASSIGN
9 
10 
11 #endif /* INC_MACROS_CONVENIENCE_H_ */

, generated on Tue Sep 26 2023.