• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    function
    <streambuf>

    std::basic_streambuf::pubsync

    namespace std {
      template<class CharT, class Traits = char_traits<CharT>>
      class basic_streambuf {
      public:
        int pubsync();
    
        ……
      };
    }
    

    概要

    出力列の同期。

    効果

    protected virtualのsync()を呼ぶ。

    戻り値

    sync()

    バージョン

    言語

    • C++98

    参照