Beispiel #1
0
std::string readline(std::istream& in) {
    return readToDelimiter(in, in.widen('\n'));
}