QMCPACK
OpRightShift Struct Reference
+ Collaboration diagram for OpRightShift:

Public Member Functions

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

Detailed Description

Definition at line 547 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 551 of file OperatorTags.h.

552  {
553  return (a >> b);
554  }

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