EntropyEngine::Core::RefPtrEq
EntropyEngine::Core::RefPtrEq
Section titled “EntropyEngine::Core::RefPtrEq”Public Types
Section titled “Public Types”| Name | |
|---|---|
| using void | is_transparent |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| bool | operator()(const RefObject< T > & a, const RefObject< T > & b) const |
| bool | operator()(const RefObject< T > & a, const T * b) const |
| bool | operator()(const T * a, const RefObject< T > & b) const |
Detailed Description
Section titled “Detailed Description”template <class T >struct EntropyEngine::Core::RefPtrEq;Public Types Documentation
Section titled “Public Types Documentation”using is_transparent
Section titled “using is_transparent”using EntropyEngine::Core::RefPtrEq< T >::is_transparent = void;Public Functions Documentation
Section titled “Public Functions Documentation”function operator()
Section titled “function operator()”inline bool operator()( const RefObject< T > & a, const RefObject< T > & b) constfunction operator()
Section titled “function operator()”inline bool operator()( const RefObject< T > & a, const T * b) constfunction operator()
Section titled “function operator()”inline bool operator()( const T * a, const RefObject< T > & b) constUpdated on 2026-01-26 at 17:14:35 -0500