Class for sequentially obtaining substrings by a given delimiter. More...
#include <sstring.h>
Public Member Functions | |
| bool | is_done () const |
| Find out if substrings are running out. | |
| simple_str< K > | next () |
| Get the next substring. | |
Class for sequentially obtaining substrings by a given delimiter.
| K | - character type. |
|
inline |
Get the next substring.