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::basic_ostreamオーバーロードはありますか? 私はcppreferenceを読んでいますが、リストされていないようです。operator <<std::basic_string
std::basic_ostream
operator <<
std::basic_string
std名前空間で定義された非メンバー オペレーターがあります。cppreferenceを参照してください。
std