dataflow_source_function-snippet.h 70 Bytes
Newer Older
1 2 3
void SourceFunction(std::string & str) {
  std::getline(file, str);
}