Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

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

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

      Callsemit() to transmit all pending output (and delayed flush, if any) to the wrapped stream. If an exception is thrown by this call, it is caught and ignored.

      Contents

      [edit]Parameters

      (none)

      [edit]Notes

      Normally called by the destructor of the owningstd::basic_osyncstream.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      destroys thebasic_osyncstream and emits its internal buffer
      (public member function ofstd::basic_osyncstream<CharT,Traits,Allocator>)[edit]
      constructs abasic_syncbuf object
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_syncbuf/%7Ebasic_syncbuf&oldid=144213"

      [8]ページ先頭

      ©2009-2025 Movatter.jp