Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/numeric/valarray/swap"

From cppreference.com
< cpp‎ | numeric‎ | valarray
m (Shorten template names. Use {{lc}} where appropriate.)
(noexcetp)
Line 16: Line 16:
  
 
===Exceptions===
 
===Exceptions===
{{noexcept}}
+
 +
 +
{{noexcept
 +
}}
  
 
[[de:cpp/numeric/valarray/swap]]
 
[[de:cpp/numeric/valarray/swap]]

Revision as of 18:20, 26 August 2013

 
 
 
 
void swap( valarray& other );

Swaps the contents with those of other.

Parameters

other - another valarray to swap the contents with

Return value

(none)

Exceptions

(none) (until C++11)
noexcept specification:  
noexcept
  
(since C++11)