Searched defs:make_shared (Results 1 – 4 of 4) sorted by relevance
18 make_shared() in make_shared() function26 make_shared(const typename remove_extent<T>::type& value) in make_shared() function34 make_shared(std::size_t size) in make_shared() function42 make_shared(std::size_t size, const typename remove_extent<T>::type& value) in make_shared() function
248 template< class T, class... Args > typename boost::detail::sp_if_not_array< T >::type make_shared( … in make_shared() function309 template< class T > typename boost::detail::sp_if_not_array< T >::type make_shared() in make_shared() function346 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1 ) in make_shared() function388 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1, BOOST_FWD_REF… in make_shared() function432 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1, BOOST_FWD_REF… in make_shared() function478 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1, BOOST_FWD_REF… in make_shared() function526 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1, BOOST_FWD_REF… in make_shared() function576 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1, BOOST_FWD_REF… in make_shared() function628 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1, BOOST_FWD_REF… in make_shared() function682 typename boost::detail::sp_if_not_array< T >::type make_shared( BOOST_FWD_REF(A1) a1, BOOST_FWD_REF… in make_shared() function[all …]
11 [#make_shared] anchor
221 std::shared_ptr<T> Allocator::make_shared(ARGS&&... args) { in make_shared() function