#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Functions | |
| template<typename C> | |
| C const * | find_next_token (C const *&p0, C const *&p1, C const *const end, C delim) |
| Adjusts the delimiters into a token string to find the next token, according to the given delimiter. | |
| template<typename C> | |
| bool | find_next_token (C const *&p0, C const *&p1, C delim) |
| Adjusts the delimiters into a token string to find the next token, according to the given delimiter. | |
1.5.6