#include <boost/smart_ptr/detail/array_count_impl.hpp>
#include <boost/smart_ptr/detail/sp_if_array.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
Functions | |
template<class T > | |
boost::detail::sp_if_size_array< T >::type | boost::make_shared () |
template<class T > | |
boost::detail::sp_if_size_array< T >::type | boost::make_shared (const typename boost::detail::array_inner< T >::type &value) |
template<class T > | |
boost::detail::sp_if_array< T >::type | boost::make_shared (std::size_t size) |
template<class T > | |
boost::detail::sp_if_array< T >::type | boost::make_shared (std::size_t size, const typename boost::detail::array_inner< T >::type &value) |
template<class T > | |
boost::detail::sp_if_size_array< T >::type | boost::make_shared_noinit () |
template<class T > | |
boost::detail::sp_if_array< T >::type | boost::make_shared_noinit (std::size_t size) |