#include <utils.h>
|
static void | splitIntoTokens (const std::string &s, const char delimiter, std::vector< std::string > &tokens) |
| Splits a string into smaller strings based on a single character delimiter. The sub-strings are placed in a vector and will not contain the delimiter. More...
|
|
Definition at line 40 of file utils.h.
◆ splitIntoTokens()
Splits a string into smaller strings based on a single character delimiter. The sub-strings are placed in a vector and will not contain the delimiter.
- Parameters
-
| s | - The string to split. |
| delimiter | - The character used for delimiting the sub-strings. |
[out] | tokens | - A vector holding the sub-strings. |
Definition at line 38 of file utils.cpp.
The documentation for this class was generated from the following files: