我有数据形式的>g++ -g main.cpp
main.cpp: In function ‘int main(int, char**)’:
main.cpp:16:51: error: no matching function for call to ‘is(std::string&)’
std::cout << std::boolalpha << is <int> ( str ) << std::endl;
^
main.cpp:5:6: note: candidate: template<int <anonymous> > bool is(std::string&)
bool is( std::string& raw )
^
main.cpp:5:6: note: template argument deduction/substitution failed:
。在这里,借助我的string关键字,我想访问我在Dictionary<string, List<Data>>
中存储的数据并将其转换为excel或csv格式。
List<Data>
我想在excel csv上创建一个像上面那样的表结构。
*******************************
** KEY **
*******************************
** StringData ** IntegerData **
** '' ** '' **
** '' ** '' **
** '' ** '' **