关于“\”的含意

关于“\”的含义#define YNOCOPY(type) private: \type (const type&): \void operator (const type&)这里

关于“\”的含义
#define YNOCOPY(type) private: \
type (const type&): \
void operator= (const type&)

这里面下划线的功能



[解决办法]
表示一行写不下,换行继续写。不打断原有含义。