0

我的数据类型可以是 U1、U2、U4、I1、I2、I4std::stringbool.

假设数据存储在std::vector.

如何通过值检查数据类型?

据我所知,tryParse()C#中有。我怎么能在 C++ 中做到这一点?

Value = MyVec[0]; // the value is 65;

我想验证65是否属于 U2 类型?

4

0 回答 0