Miscellaneous utility code for strings. More...
#include <iosfwd>#include <string>Go to the source code of this file.
Functions | |
| std::string | getWord (std::istream &in) |
| Reads a word from input stream in, where a word is the longest possible sequence of alphabetical characters. Reads (and ignores) one non-alphabetic character at the end of the word. More... | |
Miscellaneous utility code for strings.
| std::string getWord | ( | std::istream & | in | ) |
Reads a word from input stream in, where a word is the longest possible sequence of alphabetical characters. Reads (and ignores) one non-alphabetic character at the end of the word.
1.8.7