Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
allocate_shared_array.hpp File Reference
#include <boost/smart_ptr/detail/array_count_impl.hpp>
#include <boost/smart_ptr/detail/sp_if_array.hpp>
Include dependency graph for allocate_shared_array.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class T , class A >
boost::detail::sp_if_array< T >
::type 
boost::allocate_shared (const A &allocator, std::size_t size)
 
template<class T , class A >
boost::detail::sp_if_size_array
< T >::type 
boost::allocate_shared (const A &allocator)
 
template<class T , class A >
boost::detail::sp_if_array< T >
::type 
boost::allocate_shared (const A &allocator, std::size_t size, const typename boost::detail::array_inner< T >::type &value)
 
template<class T , class A >
boost::detail::sp_if_size_array
< T >::type 
boost::allocate_shared (const A &allocator, const typename boost::detail::array_inner< T >::type &value)
 
template<class T , class A >
boost::detail::sp_if_array< T >
::type 
boost::allocate_shared_noinit (const A &allocator, std::size_t size)
 
template<class T , class A >
boost::detail::sp_if_size_array
< T >::type 
boost::allocate_shared_noinit (const A &allocator)