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