Home
last modified time | relevance | path

Searched refs:obj_scope_guard_impl3 (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.hpp409 class obj_scope_guard_impl3:public scope_guard_impl_base class
412 obj_scope_guard_impl3(Obj& obj,MemFun mem_fun,P1 p1,P2 p2,P3 p3): in obj_scope_guard_impl3() function in boost::multi_index::detail::obj_scope_guard_impl3
415 ~obj_scope_guard_impl3(){scope_guard_impl_base::safe_execute(*this);} in ~obj_scope_guard_impl3()
427 inline obj_scope_guard_impl3<Obj,MemFun,P1,P2,P3>
430 return obj_scope_guard_impl3<Obj,MemFun,P1,P2,P3>(obj,mem_fun,p1,p2,p3); in make_obj_guard()
434 inline typename null_guard_return<cond,obj_scope_guard_impl3<Obj,MemFun,P1,P2,P3> >::type
437 …return typename null_guard_return<cond,obj_scope_guard_impl3<Obj,MemFun,P1,P2,P3> >::type(obj,mem_… in make_obj_guard_if_c()
441 inline typename null_guard_return<C::value,obj_scope_guard_impl3<Obj,MemFun,P1,P2,P3> >::type