C++ SFINAE not failing

前端 未结 0 567
感动是毒
感动是毒 2021-02-18 21:44

Code:

#include 


using std::nullptr_t;

template
using nullptr_vt = nullptr_t;

struct not_addable{};


template<
  typen         


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