QMCPACK
FnFloor Struct Reference
+ Collaboration diagram for FnFloor:

Public Member Functions

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

Detailed Description

Definition at line 130 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 134 of file OperatorTags.h.

References qmcplusplus::floor().

135  {
136  return (floor(a));
137  }
MakeReturn< UnaryNode< FnFloor, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t floor(const Vector< T1, C1 > &l)

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