Searched defs:obj_scope_guard_impl0 (Results 1 – 1 of 1) sorted by relevance
302 class obj_scope_guard_impl0:public scope_guard_impl_base class305 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