Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dscope_guard.hpp302 class obj_scope_guard_impl0:public scope_guard_impl_base class
305 obj_scope_guard_impl0(Obj& obj,MemFun mem_fun):obj_(obj),mem_fun_(mem_fun){} in obj_scope_guard_impl0() function in boost::multi_index::detail::obj_scope_guard_impl0
306 ~obj_scope_guard_impl0(){scope_guard_impl_base::safe_execute(*this);} in ~obj_scope_guard_impl0()
315 inline obj_scope_guard_impl0<Obj,MemFun> make_obj_guard(Obj& obj,MemFun mem_fun) in make_obj_guard()
317 return obj_scope_guard_impl0<Obj,MemFun>(obj,mem_fun); in make_obj_guard()
321 inline typename null_guard_return<cond,obj_scope_guard_impl0<Obj,MemFun> >::type
324 return typename null_guard_return<cond,obj_scope_guard_impl0<Obj,MemFun> >::type(obj,mem_fun); in make_obj_guard_if_c()
328 inline typename null_guard_return<C::value,obj_scope_guard_impl0<Obj,MemFun> >::type