Loading...
Searching...
No Matches
ledger::python::PairToTupleConverter< T1, T2 > Struct Template Reference

#include <pyutils.h>

Static Public Member Functions

static PyObject * convert (const std::pair< T1, T2 > &pair)

Detailed Description

template<typename T1, typename T2>
struct ledger::python::PairToTupleConverter< T1, T2 >

Definition at line 124 of file pyutils.h.

Member Function Documentation

◆ convert()

template<typename T1, typename T2>
PyObject * ledger::python::PairToTupleConverter< T1, T2 >::convert ( const std::pair< T1, T2 > & pair)
inlinestatic

Definition at line 126 of file pyutils.h.


The documentation for this struct was generated from the following file: