Developer documentation
Version 3.0.3-105-gd3941f44
MR::compare_ptr_contents Struct Reference

#include "memory.h"

Public Member Functions

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
 

Detailed Description

Definition at line 45 of file memory.h.

Member Function Documentation

◆ 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

Definition at line 49 of file memory.h.

◆ operator()() [2/2]

template<class X >
bool MR::compare_ptr_contents::operator() ( const X &  a,
const X &  b 
) const
inline

Definition at line 47 of file memory.h.


The documentation for this struct was generated from the following file: