#include <stlsoft/stlsoft.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Functions | |
| template<typename T> | |
| void | std_swap (T &lhs, T &rhs) |
| Calls std::swap on the arguments, but may also use Argument-Dependent Lookup to use a specialised form. | |
1.5.6