Searched defs:hold_ptr (Results 1 – 1 of 1) sorted by relevance
18 class hold_ptr { class25 hold_ptr() : ptr_(0) {} in hold_ptr() function in boost::locale::hold_ptr29 explicit hold_ptr(T *v) : ptr_(v) {} in hold_ptr() function in boost::locale::hold_ptr