Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::swap(std::basic_syncbuf)

      From cppreference.com
      <cpp‎ |io‎ |basic syncbuf
       
       
       
       
      template<class CharT,class Traits,class Allocator>

      void swap(std::basic_syncbuf<CharT, Traits, Allocator>& lhs,

                 std::basic_syncbuf<CharT, Traits, Allocator>& rhs);
      (since C++20)

      Overloads thestd::swap algorithm forstd::basic_syncbuf. Exchanges the state oflhs with that ofrhs. Effectively callslhs.swap(rhs).

      Contents

      [edit]Parameters

      lhs, rhs -std::basic_syncbuf objects whose states to swap

      [edit]Return value

      (none)

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      swaps twobasic_syncbuf objects
      (public member function)[edit]
      swaps the values of two objects
      (function template)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_syncbuf/swap2&oldid=156843"

      [8]ページ先頭

      ©2009-2025 Movatter.jp