QMCPACK
LeafFunctor< Scalar< T >, SizeLeaf2 > Struct Template Reference
+ Collaboration diagram for LeafFunctor< Scalar< T >, SizeLeaf2 >:

Public Types

using Type_t = bool
 

Static Public Member Functions

static bool apply (const Scalar< T > &, const SizeLeaf2 &)
 

Detailed Description

template<class T>
struct qmcplusplus::LeafFunctor< Scalar< T >, SizeLeaf2 >

Definition at line 467 of file OhmmsMatrix.h.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 469 of file OhmmsMatrix.h.

Member Function Documentation

◆ apply()

static bool apply ( const Scalar< T > &  ,
const SizeLeaf2  
)
inlinestatic

Definition at line 470 of file OhmmsMatrix.h.

471  {
472  // Scalars always conform.
473  return true;
474  }

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