QMCPACK
OpNot Struct Reference
+ Collaboration diagram for OpNot:

Public Member Functions

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

Detailed Description

Definition at line 250 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 254 of file OperatorTags.h.

255  {
256  return (!a);
257  }

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