Home
last modified time | relevance | path

Searched defs:hold_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/locale/
Dhold_ptr.hpp18 class hold_ptr { class
25 hold_ptr() : ptr_(0) {} in hold_ptr() function in boost::locale::hold_ptr
29 explicit hold_ptr(T *v) : ptr_(v) {} in hold_ptr() function in boost::locale::hold_ptr