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