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