Searched defs:make_obj_guard (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | scope_guard.hpp | 315 inline obj_scope_guard_impl0<Obj,MemFun> make_obj_guard(Obj& obj,MemFun mem_fun) in make_obj_guard() function 350 inline obj_scope_guard_impl1<Obj,MemFun,P1> make_obj_guard( in make_obj_guard() function 389 make_obj_guard(Obj& obj,MemFun mem_fun,P1 p1,P2 p2) in make_obj_guard() function 428 make_obj_guard(Obj& obj,MemFun mem_fun,P1 p1,P2 p2,P3 p3) in make_obj_guard() function
|