#include <boost/config.hpp>
#include <memory>
#include <boost/assert.hpp>
#include <boost/checked_delete.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/smart_ptr/detail/shared_count.hpp>
#include <boost/smart_ptr/detail/sp_nullptr_t.hpp>
#include <boost/detail/workaround.hpp>
#include <cstddef>
#include <algorithm>
#include <functional>
#include <boost/smart_ptr/detail/operator_bool.hpp>
Classes | |
class | boost::shared_array< T > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<class T > | |
bool | boost::operator== (shared_array< T > const &a, shared_array< T > const &b) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator!= (shared_array< T > const &a, shared_array< T > const &b) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator== (shared_array< T > const &p, boost::detail::sp_nullptr_t) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator== (boost::detail::sp_nullptr_t, shared_array< T > const &p) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator!= (shared_array< T > const &p, boost::detail::sp_nullptr_t) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator!= (boost::detail::sp_nullptr_t, shared_array< T > const &p) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator< (shared_array< T > const &a, shared_array< T > const &b) BOOST_NOEXCEPT |
template<class T > | |
void | boost::swap (shared_array< T > &a, shared_array< T > &b) BOOST_NOEXCEPT |
template<class D , class T > | |
D * | boost::get_deleter (shared_array< T > const &p) |