Belle II Software development
|
Helper function object to unpack a value from a variant to a python object. More...
#include <PyObjConvUtils.h>
Public Member Functions | |
template<class T > | |
boost::python::object | operator() (const T &value) const |
actually convert a value. | |
Helper function object to unpack a value from a variant to a python object.
Definition at line 449 of file PyObjConvUtils.h.
|
inline |
actually convert a value.
Definition at line 453 of file PyObjConvUtils.h.