SyFi  0.3
std::less< swig::SwigPtr_PyObject > Struct Template Reference

List of all members.

Public Member Functions

bool operator() (const swig::SwigPtr_PyObject &v, const swig::SwigPtr_PyObject &w) const

Detailed Description

template<>
struct std::less< swig::SwigPtr_PyObject >

Definition at line 4088 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

bool std::less< swig::SwigPtr_PyObject >::operator() ( const swig::SwigPtr_PyObject v,
const swig::SwigPtr_PyObject w 
) const [inline]

Definition at line 4091 of file SyFiPYTHON_wrap.cxx.

    {
      return std::less<PyObject *>()(v, w);
    }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines