예제 #1
0
파일: json.hpp 프로젝트: Athemis/c10t
 friend std::ostream& operator<<(std::ostream& os, array& a) {
   a.write(os);
   return os;
 }