/ Published in: C++
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName(const TypeName&); \ void operator=(const TypeName&)