Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | numeric‎ | valarray
m (Text replace - "/sidebar" to "/navbar")
m (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh)
Line 17: Line 17:
 
===Exceptions===
 
===Exceptions===
 
{{noexcept}}
 
{{noexcept}}
 +
 +
 +
 +
 +
 +
 +
 +
 +

Revision as of 14:21, 2 November 2012

 
 
 
 
void swap( valarray& other );

Swaps the contents with those of other.

Parameters

other - another valarray to swap the contents with

Return value

(none)

Exceptions

noexcept specification:  
noexcept