How does this statement check “T cannot be compared to nullptr”?

前端 未结 0 1376
感情败类
感情败类 2021-01-24 11:21
static_assert(
  std::is_convertible() != nullptr), bool>::value,
  "T cannot be compar         


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