#include <boost/assert.hpp>#include <boost/checked_delete.hpp>#include <boost/throw_exception.hpp>#include <boost/smart_ptr/detail/atomic_count.hpp>#include <cstddef>#include <algorithm>#include <functional>#include <new>
Go to the source code of this file.
Classes | |
| class | boost::shared_array< T > |
Namespaces | |
| namespace | boost |
Functions | |
| template<class T , class U > | |
| bool | boost::operator!= (shared_array< T > const &a, shared_array< U > const &b) |
| template<class T > | |
| bool | boost::operator< (shared_array< T > const &a, shared_array< T > const &b) |
| template<class T , class U > | |
| bool | boost::operator== (shared_array< T > const &a, shared_array< U > const &b) |
| template<class T > | |
| void | boost::swap (shared_array< T > &a, shared_array< T > &b) |