C++17 how to test class has a member variable?

后端 未结 0 1499
感动是毒
感动是毒 2021-02-06 23:31

I am going down the route

struct S {
  static constexpr int extra=5;
};

struct V {
};


template 
void f()
{  
  if (std::is_same_v

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