MongoDB C++ Driver
legacy-1.1.2
|
Public Member Functions | |
StringSplitter (const char *big, const char *splitter) | |
bool | more () const |
std::string | next () |
get next split string fragment | |
|
inline |
big | the string to be split |
splitter | the delimiter |
|
inline |