Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Dextract.hpp68 struct extract_rvalue : private noncopyable struct
74 >::type result_type;
81 PyObject* m_source;
82 mutable rvalue_from_python_data<T> m_data;
161 inline extract_rvalue<T>::extract_rvalue(PyObject* x) in extract_rvalue() function in boost::python::converter::extract_rvalue