CPyCompare< T > Class Template Reference

#include <cpython_ref.h>

Inheritance diagram for CPyCompare< T >:

公共成员函数

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

成员函数文档编制

◆  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