#include "memory.h"
|
template<class X > |
bool | operator() (const X &a, const X &b) const |
|
template<class X > |
bool | operator() (const std::shared_ptr< X > &a, const std::shared_ptr< X > &b) const |
|
Definition at line 45 of file memory.h.
◆ operator()() [1/2]
template<class X >
bool MR::compare_ptr_contents::operator() |
( |
const std::shared_ptr< X > & |
a, |
|
|
const std::shared_ptr< X > & |
b |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
template<class X >
bool MR::compare_ptr_contents::operator() |
( |
const X & |
a, |
|
|
const X & |
b |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: