Hiding a C++ class in a header without using the unnamed namespace

后端 未结 7 1760
走了就别回头了
走了就别回头了 2020-12-19 12:50

I am writing a C++ header in which I define a

class A {
   // ...
};

that I would like to hide from the outside world (because it may chang

7条回答
提交回复
热议问题