" struct demo { uint32_t x; double y; int arr[3]; } " 请问大家,假设有这样的一个字符串,C++有没有现成的库,可以方便地把字符串转成结构体定义呢? 字符, 结构体, arr, struct