QMCPACK
OpEQ Struct Reference
+ Collaboration diagram for OpEQ:

Public Member Functions

template<class T1 , class T2 >
BinaryReturn< T1, T2, OpEQ >::Type_t operator() (const T1 &a, const T2 &b) const
 

Detailed Description

Definition at line 467 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

BinaryReturn<T1, T2, OpEQ>::Type_t operator() ( const T1 &  a,
const T2 &  b 
) const
inline

Definition at line 471 of file OperatorTags.h.

472  {
473  return (a == b);
474  }

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