Open Search
    MPyFunctionRef Class Reference

    #include <cpython_ref.h>

    Inheritance diagram for MPyFunctionRef:

    Private Types

    using Super = CPyCompare< MPyFunctionInterface::Reference >
     

    Additional Inherited Members

    - Public Member Functions inherited from CPyCompare< MPyFunctionInterface::Reference >
    Bool operator== (std::nullptr_t) const
     
    Bool operator== (Super &o)
     
    Bool operator== (const Super &o) const
     
    Bool operator!= (std::nullptr_t) const
     
    Bool operator!= (Super &o)
     
    Bool operator!= (const Super &o) const
     

    Member Typedef Documentation

    ◆ Super

    using Super = CPyCompare<MPyFunctionInterface::Reference>
    private