sparrow 0.3.0
|
Functor for comparing two reference wrappers. More...
#include <reference_wrapper_utils.hpp>
Public Member Functions | |
template<typename T> | |
bool | operator() (const std::reference_wrapper< T > &lhs, const std::reference_wrapper< T > &rhs) const |
Functor for comparing two reference wrappers.
This functor is used to compare two reference wrappers for equality. It compares the underlying referenced objects using the ==
operator.
T | The type of the referenced object. |
Definition at line 43 of file reference_wrapper_utils.hpp.
|
inline |
Definition at line 46 of file reference_wrapper_utils.hpp.