35 captures
26 Mar 2014 - 13 Aug 2025
Dec
JAN
Feb
18
2016
2017
2018
success
fail
About this capture
COLLECTED BY
Organization:
Internet Archive
The Internet Archive discovers and captures web pages through many different web crawls. At any given time several distinct crawls are running, some for months, and some every day or longer. View the web archive through the
Wayback Machine
.
Collection:
Hackernews crawl number 0
Hacker News Crawl of their links.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20170118221607/http://en.cppreference.com/w/cpp/numeric/valarray/swap
cppreference.com
Search
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
std::valarray::
swap
From cppreference.com
<
cpp
|
numeric
|
valarray
C++
Language
Standard library headers
Concepts
Utilities library
Strings library
Containers library
Algorithms library
Iterators library
Numerics library
Input/output library
Localizations library
Regular expressions library
(C++11)
Atomic operations library
(C++11)
Thread support library
(C++11)
Filesystem library
(C++17)
Technical Specifications
[edit]
Numerics library
Common mathematical functions
Special mathematical functions
Floating-point environment
(C++11)
Complex numbers
Numeric arrays
Pseudo-random number generation
Compile-time rational arithmetic
(C++11)
Numeric algorithms
gcd
(C++17)
lcm
(C++17)
Generic numeric operations
iota
(C++11)
accumulate
inner_product
adjacent_difference
partial_sum
[edit]
std::valarray
Member functions
valarray::valarray
valarray::~valarray
valarray::operator=
valarray::operator[]
valarray::swap
valarray::size
valarray::resize
valarray::sum
valarray::min
valarray::max
valarray::shift
valarray::cshift
valarray::apply
valarray::operator+
valarray::operator-
valarray::operator~
valarray::operator!
valarray::operator+=
valarray::operator-=
valarray::operator*=
valarray::operator/=
valarray::operator%=
valarray::operator&=
valarray::operator|=
valarray::operator^=
valarray::operator<<=
valarray::operator>>=
Non-member functions
swap
(C++11)
begin
(C++11)
end
(C++11)
abs
exp
log
log10
pow
sqrt
sin
cos
tan
asin
acos
atan
atan2
sinh
cosh
tanh
operator*
operator/
operator%
operator+
operator-
operator^
operator&
operator|
operator<<
operator>>
operator&&
operator||
operator==
operator!=
operator<
operator>
operator<=
operator>=
Helper classes
slice_array
gslice_array
indirect_array
slice
gslice
mask_array
[edit]
void
swap
(
valarray
&
other
)
;
Swaps the contents with those of
other
.
[
edit
]
Parameters
other
-
another valarray to swap the contents with
[
edit
]
Return value
(none)
[
edit
]
Exceptions
(none)
(until C++11)
noexcept
specification:
noexcept
(since C++11)
Category
:
unconditionally noexcept
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.