最終更新:2020-12-09 (水) 07:08:59 (1228d)  

sstream
Top / sstream

C++/文字列ストリーム

C++/ストリーム

C++/ストリームバッファ?

  • std::basic_stringbuf?文字列ストリームバッファ(class template)
    std::stringbuf?char版の文字列ストリームバッファ(type-alias)
    std::wstringbuf?wchar_t版の文字列ストリームバッファ(type-alias)

C++/入力ストリーム?

  • |std::basic_istringstream?|文字列入力ストリーム(class template)| |std::istringstream?|char版の文字列入力ストリーム(type-alias)|
    std::wistringstream?wchar_t版の文字列入力ストリーム(type-alias)

C+/出力ストリーム?

  • std::basic_ostringstream?文字列出力ストリーム(class template)
    std::ostringstreamchar版の文字列出力ストリーム(type-alias)
    std::wostringstream?wchar_t版の文字列出力ストリーム(type-alias)

C++/入出力ストリーム?

  • std::basic_stringstream?文字列入出力ストリーム(class template)
    std::stringstream?char版の文字列入出力ストリーム(type-alias)
    std::wstringstream?wchar_t版の文字列入出力ストリーム(type-alias)

関連