aboutsummaryrefslogtreecommitdiffstats
path: root/native/include/task_io.h
blob: 2aa769d485196e960769544876211763064e269b (plain) (blame)
1
2
3
4
5
6
#ifndef TASK_IO_H
#define TASK_IO_H

std::ostream& operator<<(std::ostream &os, const Task &t);

#endif