Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_streambuf<CharT,Traits>::operator=

      From cppreference.com
      <cpp‎ |io‎ |basic streambuf
       
       
       
      std::basic_streambuf
       
      basic_streambuf& operator=(const basic_streambuf& other);
      (since C++11)

      Assigns the data members ofother to*this.

      Contents

      [edit]Parameters

      other - stream buffer to assign

      [edit]Return value

      *this

      [edit]Exceptions

      May throw implementation-defined exceptions.

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_streambuf/operator%3D&oldid=158561"

      [8]ページ先頭

      ©2009-2025 Movatter.jp