次のコードを参照してください。debug と show convert は iPhone シミュレーターとデバイス (4S) の両方で成功していますが、どのように機能するのでしょうか? http://www.cplusplus.com/reference/iostream/ostream/operator%3C%3C/を参照してください。boost::int64_t のオーバーロード関数はありません。
この関数を使用して任意の boost::int64_t 型を変換すると、リスクはありますか? 前もって感謝します。
std::stringstream mySS;
boost::int64_t large = 4294967296889977;
mySS<<large;
std::string str = mySS.str();