Searched defs:extract_rvalue (Results 1 – 1 of 1) sorted by relevance
68 struct extract_rvalue : private noncopyable struct74 >::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