100 boost::python::converter::rvalue_from_python_stage1_data * data)
102 using namespace boost::python::converter;
104 const T value =
typename boost::python::extract<T>(source);
109 new (storage) boost::optional<T>();
111 new (storage) boost::optional<T>(value);
113 data->convertible = storage;