Function mrpt::system::strtok
Defined in File string_utils.h
Function Documentation
-
char *mrpt::system::strtok(char *str, const char *strDelimit, char **context) noexcept
An OS-independent method for tokenizing a string. The extra parameter “context” must be a pointer to a “char*” variable, which needs no initialization and is used to save information between calls to strtok.
See also