simstr 1.2.4
Yet another strings library
 
Loading...
Searching...
No Matches
simstr::Splitter< K > Class Template Reference

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.
 

Detailed Description

template<typename K>
class simstr::Splitter< K >

Class for sequentially obtaining substrings by a given delimiter.

Template Parameters
K- character type.

Member Function Documentation

◆ next()

template<typename K>
simple_str< K > simstr::Splitter< K >::next ( )
inline

Get the next substring.

Returns
simple_str.

The documentation for this class was generated from the following file: