C++ Compile time check if a function called before another one

后端 未结 0 1620
北恋
北恋 2020-12-31 16:22

Lets say I have a class with two member functions.

class Dummy {
 public:
  void procedure_1();
  void procedure_2();
};

At compile t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题