dataflow_sink_function-snippet.h 80 Bytes
Newer Older
1 2 3
void SinkFunction(std::string const & str) {
  std::cout << str << std::endl;
}