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