Like std::is_pointer and std::is_integral, how to implement std::is_cstring?

后端 未结 0 582
再見小時候
再見小時候 2020-12-14 18:53

Like std::is_pointer and std::is_integral, how to implement std::is_cstring?

I want to check the pointer is a c type string or not, is it possible?

How to achi

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