iterative-solver 0.0
molpro::linalg::array::util::RefEqual< T > Struct Template Reference

When called returns true if addresses of two references are the same. More...

#include <ArrayHandler.h>

Detailed Description

template<typename T = int>
struct molpro::linalg::array::util::RefEqual< T >

When called returns true if addresses of two references are the same.

Public Member Functions

bool operator() (const std::reference_wrapper< T > &l, const std::reference_wrapper< T > &r)
 

Member Function Documentation

◆ operator()()

template<typename T = int>
bool molpro::linalg::array::util::RefEqual< T >::operator() ( const std::reference_wrapper< T > &  l,
const std::reference_wrapper< T > &  r 
)
inline