QMCPACK
OpIdentity Struct Reference
+ Collaboration diagram for OpIdentity:

Public Member Functions

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

Detailed Description

Definition at line 240 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 244 of file OperatorTags.h.

245  {
246  return (a);
247  }

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