tlx
appendline.hpp File Reference
#include <istream>
#include <string>

Go to the source code of this file.

Namespaces

 tlx
 

Functions

std::istream & appendline (std::istream &is, std::string &str, char delim= '\n')
 like std::getline(istream, string, delim) except that it appends to the string, possibly reusing buffer capacity. More...