The predicate should evaluate to true when applied to a separator.
More...
#include <StringUtils.h>
|
| static void | tokenize (std::vector< std::string > &tokens, const std::string &stringToParse, const Pred &predFxn=Pred()) |
| | The predicate should evaluate to true when applied to a separator. More...
|
| |
| static void | tokenize (std::vector< std::string > &tokens, const std::string &stringToParse, const std::string &delimiter) |
| | The predicate should evaluate to true when applied to a separator. More...
|
| |
template<class Pred = IsSpace>
class trUtil::StringUtils::StringTokenizer< Pred >
The predicate should evaluate to true when applied to a separator.
Definition at line 61 of file StringUtils.h.
◆ tokenize() [1/2]
◆ tokenize() [2/2]
template<class Pred = IsSpace>
The predicate should evaluate to true when applied to a separator.
- Parameters
-
| [in,out] | tokens | The tokens. |
| stringToParse | The string to parse. |
| delimiter | The predicate fxn. |
The documentation for this class was generated from the following file: