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