tlx
Loading...
Searching...
No Matches
appendline.cpp File Reference
#include <tlx/string/appendline.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  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.