...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Construct a list.
token_list( string_view s);
Name |
Description |
---|---|
|
A string containing the list contents. The string must remain valid for the lifetime of the container. |