QMCPACK
OpUnaryPlus Struct Reference
+ Collaboration diagram for OpUnaryPlus:

Public Member Functions

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

Detailed Description

Definition at line 220 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 224 of file OperatorTags.h.

225  {
226  return (+a);
227  }

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