QMCPACK
OpBitwiseNot Struct Reference
+ Collaboration diagram for OpBitwiseNot:

Public Member Functions

template<class T >
UnaryReturn< T, OpBitwiseNot >::Type_t operator() (const T &a) const
 

Detailed Description

Definition at line 230 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

UnaryReturn<T, OpBitwiseNot>::Type_t operator() ( const T &  a) const
inline

Definition at line 234 of file OperatorTags.h.

235  {
236  return (~a);
237  }

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