Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Dptr.hpp19 template<class Ptr> class pointer_wrapper class
24 explicit pointer_wrapper(Ptr x): p_(x) {} in pointer_wrapper() function in boost::python::pointer_wrapper