Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_iostream<CharT,Traits>::~basic_iostream

      From cppreference.com
      <cpp‎ |io‎ |basic iostream
       
       
       
      std::basic_iostream
      Member functions
      basic_iostream::~basic_iostream
      Protected member functions
       
      virtual ~basic_iostream();

      Destructs the input/output stream.

      [edit]Notes

      This destructor does not perform any operation on the underlying stream buffer (rdbuf()): the destructors of the derived streams such asstd::basic_fstream andstd::basic_stringstream are responsible for calling the destructors of the stream buffers.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_iostream/%7Ebasic_iostream&oldid=49652"

      [8]ページ先頭

      ©2009-2025 Movatter.jp