Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
std::pair をシリアル化/逆シリアル化するために、rapidjson 内に既に埋め込まれている方法はありますか? ポイントの配列をシリアル化しようとしていますが、カスタム オブジェクトを作成する必要はありません (現在、配列でシリアル化し、x 座標は偶数であり、y 座標は配列の奇数の位置にありますが、ペアの配列の方がエレガントです)