How to detect a pointer to an arithmetic type using type traits and concepts?

后端 未结 0 785
深忆病人
深忆病人 2021-01-24 03:53

How do I write a concept that detects a pointer to an arithmetic type?

template 
concept arithmetic = st         


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