18 #ifndef SYNC_OSTREAM_H
19 #define SYNC_OSTREAM_H
25 std::unique_lock<std::mutex> print_lock;
26 std::ostream* ostream;
37 *ostream << std::forward<T>(item);
Definition: sync_ostream.h:24
sync_ostream(std::ostream &)
Definition: sync_ostream.cpp:25
sync_ostream(const sync_ostream &)=delete