Searched defs:null_deleter (Results 1 – 14 of 14) sorted by relevance
31 struct null_deleter struct34 typedef void result_type;39 void operator() (T*) const BOOST_NOEXCEPT {} in operator ()()
19 struct null_deleter struct26 boost::shared_ptr<void()> pf( f, null_deleter() ); in main() argument
19 struct null_deleter struct26 boost::local_shared_ptr<void()> pf( f, null_deleter() ); in main() argument
169 struct null_deleter struct177 boost::shared_ptr<V> pv2( pv.get(), null_deleter() ); in test4() argument
171 struct null_deleter struct179 boost::shared_ptr<V> pv2( pv.get(), null_deleter() ); in test4() argument
25 void null_deleter( void const* ) in null_deleter() function
26 void null_deleter( void const* ) in null_deleter() function
40 void null_deleter( void const* ) in null_deleter() function
41 void null_deleter( void const* ) in null_deleter() function
2081 struct null_deleter struct2088 boost::local_shared_ptr<U> p3( static_cast<U*>(0), null_deleter() ); in test_aliasing_reset_() argument
2941 struct null_deleter struct2943 void operator()(void const *) const in operator ()()
67 struct null_deleter { struct in boost::serialization::shared_ptr_helper68 void operator()(void const *) const {} in operator ()()
45 struct null_deleter { struct46 void operator()(void const *) const {} in operator ()()
83 struct null_deleter { struct84 void operator()(void const *) const {} in operator ()()