我有一个像这样的参数包
<int, long, string, double>
和一个像这样的字符串
"100 1000 hello 1.0001"
如何解析这些数据并将它们打包到 std::tuple<int, long, string, double>
c++ templates stdstring stdtuple c++20
c++ ×1
c++20 ×1
stdstring ×1
stdtuple ×1
templates ×1