例如这样是否可行: list < vector< string > > ?
ringa_lee
std::list<std::vector<std::string> >
Of course
Of course you can, otherwise why would you call it a "container"?
No problem, please pay attention to the grammar writing. There needs to be a space between the two rightmost >, otherwise it will be confused with the >> symbol during grammar parsing;
list < vector< string > >
Of course
Of course you can, otherwise why would you call it a "container"?
No problem, please pay attention to the grammar writing. There needs to be a space between the two rightmost >, otherwise it will be confused with the >> symbol during grammar parsing;