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== (const CPyCompare &o) const
     
    Bool operator!= (const CPyCompare &o) const
     

    Private Types

    using Super = T
     

    Member Typedef Documentation

    ◆ Super

    using Super = T
    private

    Member Function Documentation

    ◆ operator==() [1/2]

    Bool operator== ( std::nullptr_t  ) const

    ◆ operator!=() [1/2]

    Bool operator!= ( std::nullptr_t  ) const

    ◆ operator==() [2/2]

    Bool operator== ( const CPyCompare< T > &  o) const

    ◆ operator!=() [2/2]

    Bool operator!= ( const CPyCompare< T > &  o) const