Go to the source code of this file.
|
| | boost |
| | BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
|
| |
|
| 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_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 (const A &allocator, std::size_t size) |
| |
| 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_noinit (const A &allocator) |
| |
| template<class T , class A > |
| boost::detail::sp_if_array< T >::type | boost::allocate_shared_noinit (const A &allocator, std::size_t size) |
| |