|
SyFi
0.3
|
Public Member Functions | |
| bool | operator() (const swig::SwigVar_PyObject &v, const swig::SwigVar_PyObject &w) const |
Definition at line 4106 of file SyFiPYTHON_wrap.cxx.
| bool std::less< swig::SwigVar_PyObject >::operator() | ( | const swig::SwigVar_PyObject & | v, |
| const swig::SwigVar_PyObject & | w | ||
| ) | const [inline] |
Definition at line 4109 of file SyFiPYTHON_wrap.cxx.
{
return std::less<PyObject *>()(v, w);
}