Apply the '==' operator on two values of any type.
More...
#include <rah - Copie.hpp>
|
| template<typename A , typename B > |
| bool | operator() (A &&a, B &&b) |
| |
| template<typename A , typename B > |
| bool | operator() (A &&a, B &&b) |
| |
Apply the '==' operator on two values of any type.
◆ operator()() [1/2]
template<typename A , typename B >
| bool rah::is_equal::operator() |
( |
A && |
a, |
|
|
B && |
b |
|
) |
| |
|
inline |
◆ operator()() [2/2]
template<typename A , typename B >
| bool rah::is_equal::operator() |
( |
A && |
a, |
|
|
B && |
b |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following files: