Open Search
    CPyCompare< T > Class Template Reference

    #include <cpython_ref.h>

    Inheritance diagram for CPyCompare< T >:

    Public Member Functions

    Bool operator== (std::nullptr_t) const
     
    Bool operator!= (std::nullptr_t) const
     
    Bool operator== (Super &o)
     
    Bool operator!= (Super &o)
     
    Bool operator== (const Super &o) const
     
    Bool operator!= (const Super &o) const
     

    Private Types

    using Super = T
     

    Member Typedef Documentation

    ◆ Super

    using Super = T
    private

    Member Function Documentation

    ◆ operator==() [1/3]

    Bool operator== ( std::nullptr_t  ) const

    ◆ operator!=() [1/3]

    Bool operator!= ( std::nullptr_t  ) const

    ◆ operator==() [2/3]

    Bool operator== ( Super o)

    ◆ operator!=() [2/3]

    Bool operator!= ( Super o)

    ◆ operator==() [3/3]

    Bool operator== ( const Super o) const

    ◆ operator!=() [3/3]

    Bool operator!= ( const Super o) const