Searched defs:get_deleter (Results 1 – 4 of 4) sorted by relevance
95 virtual void * get_deleter( sp_typeinfo const & ) in get_deleter() function in boost::detail::sp_counted_impl_p175 virtual void * get_deleter( sp_typeinfo const & ti ) in get_deleter() function in boost::detail::sp_counted_impl_pd268 virtual void * get_deleter( sp_typeinfo const & ti ) in get_deleter() function in boost::detail::sp_counted_impl_pda
501 void * get_deleter( sp_typeinfo const & ti ) const in get_deleter() function in boost::detail::shared_count
84 const D &get_deleter() const noexcept { return this->deleter; } in get_deleter() function in std_experimental::unique_resource
1034 template<typename D> D* get_deleter() const BOOST_SP_NOEXCEPT in get_deleter() function in boost::detail::esft2_deleter_wrapper1048 template<class D, class T> D * get_deleter( shared_ptr<T> const & p ) BOOST_SP_NOEXCEPT in get_deleter() function