Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_syncbuf<CharT,Traits,Allocator>::set_emit_on_sync

      From cppreference.com
      <cpp‎ |io‎ |basic syncbuf
       
       
       
      std::basic_syncbuf
      Public member functions
      basic_syncbuf::set_emit_on_sync
      (C++20)
      Protected member functions
      Non-member functions
       
      void set_emit_on_sync(bool b)noexcept;

      Changes the current emit-on-sync policy.

      The valuefalse (the default) indicates that any flush will be postponed until a call to emit.

      The valuetrue makes flushes apply immediately.

      [edit]Parameters

      b - new value for the emit-on-sync policy

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      [virtual]
      synchronizes the buffers with the associated character sequence
      (virtual protected member function ofstd::basic_streambuf<CharT,Traits>)[edit]
      atomically transmits the entire internal buffer to the wrapped streambuf
      (public member function)[edit]
      controls whether a stream'sbasic_syncbuf emits on flush
      (function template)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_syncbuf/set_emit_on_sync&oldid=144208"

      [8]ページ先頭

      ©2009-2025 Movatter.jp