#include <optional.hpp>
Public Member Functions | |
| optional_to_python () | |
Static Public Member Functions | |
| static PyObject * | convert (boost::optional< T > const &x) |
Definition at line 12 of file optional.hpp.
| optional_to_python< T >::optional_to_python | ( | ) | [inline] |
Definition at line 14 of file optional.hpp.
| static PyObject* optional_to_python< T >::convert | ( | boost::optional< T > const & | x | ) | [inline, static] |
Definition at line 21 of file optional.hpp.
1.5.6