#include <converter.h>
Public Attributes | |
PythonToPairConverter< T1, T2 > | fromPy |
py::to_python_converter< std::pair< T1, T2 >, PairToPythonConverter< T1, T2 > > | toPy |
Definition at line 213 of file converter.h.
PythonToPairConverter<T1, T2> converters::PyPair< T1, T2 >::fromPy |
Definition at line 215 of file converter.h.
py::to_python_converter<std::pair<T1, T2>, PairToPythonConverter<T1, T2> > converters::PyPair< T1, T2 >::toPy |
Definition at line 214 of file converter.h.