Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_stringstream::swap

      From cppreference.com
      <cpp‎ |io‎ |basic stringstream

      [edit template]
       
       
       
       
      void swap( basic_stringstream& other);
      (since C++11)

      Exchanges the state of the stream with those ofother.

      This is done by callingbasic_iostream<CharT, Traits>::swap(other) andrdbuf()->swap(*other.rdbuf()).

      Contents

      [edit]Parameters

      other - stream to exchange the state with

      [edit]Return value

      (none)

      [edit]Exceptions

      May throw implementation-defined exceptions.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      (C++11)
      moves the string stream
      (public member function)[edit]
      (C++11)
      swaps twobasic_stringbuf objects
      (public member function ofstd::basic_stringbuf<CharT,Traits,Allocator>)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_stringstream/swap&oldid=50864"

      [8]ページ先頭

      ©2009-2025 Movatter.jp