#include <cassert>
#include <cstdlib>
#include <algorithm>
#include <stxxl/types>
#include <stxxl/bits/config.h>
#include <stxxl/bits/common/mutex.h>
Go to the source code of this file.
|
| stxxl |
| STXXL library namespace
|
|
|
template<class A > |
void | stxxl::swap (counting_ptr< A > &a1, counting_ptr< A > &a2) |
| swap enclosed object with another counting pointer (no reference counts need change) More...
|
|
template<class A > |
void | stxxl::swap (const_counting_ptr< A > &a1, const_counting_ptr< A > &a2) |
| swap enclosed object with another const_counting pointer (no reference counts need change) More...
|
|