#include <memory>
#include <type_traits>
#include <vector>
|
| rw |
| Deprecated namespace since 16/4-2020 for this class.
|
|
| rw::common |
| Various utilities and definitions of general use.
|
|
|
template<class T , class R > |
bool | operator== (void *p, const Ptr< R > &g) |
| Comparator for comparing an ordinary pointer with a smart pointer. More...
|
|
◆ operator==()
bool rw::core::operator== |
( |
void * |
p, |
|
|
const Ptr< R > & |
g |
|
) |
| |
Comparator for comparing an ordinary pointer with a smart pointer.
- Note
- If comparing two instances of a class without specifying the equal operator this method might be called.