C++ CRTP pattern and virtual function call

前端 未结 0 1974
陌清茗
陌清茗 2021-02-01 11:08

Here is my impl :

#include 

class Heartbeat {};

template  class crtpType>
struct CRTP
{
    T& un         


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