std::any::
swap
From cppreference.com
<
cpp
|
utility
|
any
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
Utilities library
Type support
(basic types, RTTI, type traits)
Dynamic memory management
Error handling
Program utilities
Variadic functions
Date and time
Function objects
initializer_list
(C++11)
bitset
hash
(C++11)
Relational operators
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Optional and any
optional
(C++17)
any
(C++17)
Pairs and tuples
pair
tuple
(C++11)
apply
(C++17)
piecewise_construct_t
(C++11)
piecewise_construct
(C++11)
integer_sequence
(C++14)
Swap, forward and move
swap
exchange
(C++14)
forward
(C++11)
move
(C++11)
move_if_noexcept
(C++11)
Type operations
declval
(C++11)
as_const
(C++17)
std::any
Member functions
any::any
any::operator=
Modifers
any::clear
any::swap
Observers
any::empty
any::type
Non-member functions
swap
(std::any)
any_cast
void
swap
(
any
&
other
)
;
(since C++17)
Swaps the content of two
any
objects.
[
edit
]
Parameters
other
-
object to swap with
[
edit
]
Return value
(none)
[
edit
]
Exceptions
noexcept
specification:
noexcept
Category
:
unconditionally noexcept