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.
yaml-cpp を使用して引用符付きの文字列を出力したいので、次のようになります
time_stamp: "2011 年 8 月 10 日 01:37:52"
出力 yaml ファイルで。どうすればいいのですか?ありがとう。
YAML::Emitter out; // ... out << YAML::DoubleQuoted << "August 10, 2011 01:37:52";