QMCPACK
OpRightShiftAssign Struct Reference
+ Collaboration diagram for OpRightShiftAssign:

Public Member Functions

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

Detailed Description

Definition at line 716 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 720 of file OperatorTags.h.

721  {
722  (const_cast<T1&>(a) >>= b);
723  return const_cast<T1&>(a);
724  }

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