Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Yurttas/PL/OOL/Cplusplus/F/05/04/01/00/swap.h
Language
Watch
Edit
Revision as of 22:45, 6 November 2013 by
MassBot1
(
talk
|
contribs
)
(Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// swap.h template<class T> void swap(T& a, T& b); </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1
// swap.h
2
3
4
template
<
class
T
>
5
void
swap
(
T
&
a
,
6
T
&
b
);