Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::valarray<T>::swap

      From cppreference.com
      <cpp‎ |numeric‎ |valarray
       
       
       
      std::valarray
      Member functions
      Non-member functions
      Helper classes
      Deduction guides(C++17)
       
      void swap( valarray& other);
      (until C++11)
      void swap( valarray& other)noexcept;
      (since C++11)

      Swaps the contents with those ofother.

      [edit]Parameters

      other - another valarray to swap the contents with

      [edit]Return value

      (none)

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/numeric/valarray/swap&oldid=110153"

      [8]ページ先頭

      ©2009-2025 Movatter.jp