QuickCppLib
0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
y
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
y
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
Typedefs
_
c
d
e
f
i
k
l
m
o
p
r
s
t
v
w
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
_
a
b
c
e
f
g
l
m
n
o
p
q
r
s
t
u
Functions
_
a
b
c
f
g
m
o
p
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
b
c
e
n
o
q
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Functions
std::experimental::detail_::swap_ns Namespace Reference
Functions
template<
class
T >
void
adl_swap
(T &
t
, T &
u
)
noexcept
(
noexcept
(swap(
t
,
u
)))
Function Documentation
◆
adl_swap()
template<
class
T >
void
std::experimental::detail_::swap_ns::adl_swap
(
T &
t
,
T &
u
)
noexcept
246
{
247
swap
(
t
,
u
);
248
}
std::experimental::optional
Definition
optional.hpp:365
std::experimental::swap
void swap(optional< T > &x, optional< T > &y) noexcept(noexcept(x.swap(y)))
Definition
optional.hpp:1016
std
experimental
detail_
swap_ns
Generated by
1.9.8