示例#1
0
文件: json.hpp 项目: Athemis/c10t
 friend std::ostream& operator<<(std::ostream& os, array& a) {
   a.write(os);
   return os;
 }