Home
last modified time | relevance | path

Searched refs:del_cref (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/move/
Dunique_ptr.hpp72 typedef typename bmupmu::add_const_lvalue_reference<D>::type del_cref; typedef
75 < bmupmu::is_lvalue_reference<D>::value, D, del_cref >::type deleter_arg_type1;
79 < is_noncopyable<D>::value, bmupmu::nat, del_cref>::type non_ref_deleter_arg1;
94 typedef typename deleter_types<D>::del_cref del_cref; typedef
114 BOOST_MOVE_FORCEINLINE del_cref deleter() const{ return d; } in deleter()
130 typedef typename deleter_types<D>::del_cref del_cref; typedef
150 …BOOST_MOVE_FORCEINLINE del_cref deleter() const BOOST_NOEXCEPT { return static_cast<del_cref>(*… in deleter()