Is_Tab Struct Reference
#include <strtool.h>
List of all members.
Public Member Functions |
bool | operator() (char c) const |
| If you want to use the parse_words method to split a string into substrings, separated by tabs, use this functor.
|
Detailed Description
Definition at line 141 of file strtool.h.
Member Function Documentation
bool operator() |
( |
char |
c |
) |
const |
If you want to use the parse_words method to split a string into substrings, separated by tabs, use this functor.
Definition at line 147 of file strtool.h.
The documentation for this struct was generated from the following file: