コード例 #1
0
ファイル: json.hpp プロジェクト: Athemis/c10t
 friend std::ostream& operator<<(std::ostream& os, array& a) {
   a.write(os);
   return os;
 }