Home > Q&A > body text
例如这样是否可行: list < vector< string > > ?
大家讲道理2017-04-17 11:52:10
std::list<std::vector<std::string> >
Of course
黄舟2017-04-17 11:52:10
Of course you can, otherwise why would you call it a "container"?
PHP中文网2017-04-17 11:52:10
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 > >
Home
Course
Q&A
My