Specialization of type-traits struct T_Append for type TISReadLine .
TChar | String character type. |
Definition at line 143 of file std_strings_iostream.hpp.
#include <std_strings_iostream.hpp>
Public Method Index: | |
void | operator() (TAString< TChar > &target, const compatibility::std::TISReadLine< TChar > &reader) |
void operator() | ( | TAString< TChar > & | target, |
const compatibility::std::TISReadLine< TChar > & | reader ) |
Reads a line from a text file and appends the contents to target . If the end of the input stream was reached, field IsEOF of parameter reader will be set to true
what indicates that a next read operation would fail if it was performed.
target | The AString object to read into. |
reader | The object holding the std::istream and some parameters. |