Searched defs:make_obj_guard (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/boost/signals2/detail/ |
| D | scope_guard.hpp | 99 make_obj_guard(Obj& obj,MemFun mem_fun,P1 p1,P2 p2) in make_obj_guard() function
|
| /third_party/boost/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
|