TF++, Miscellaneous classes and modules in C++:
|
tfxx::Range<T> tfxx::string::range | ( | const std::string & | s | ) |
read range from string
The string may contain a single number or a range in a format like "5-19". Open ranges (like "3-" or "-18") as well as negative values are not supported.
Definition at line 61 of file rangestring.h.
References gen_split().