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

Public Types

using Type_t = bool
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 365 of file OhmmsVector.h.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 367 of file OhmmsVector.h.

Member Function Documentation

◆ apply()

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

Definition at line 368 of file OhmmsVector.h.

369  {
370  // Scalars always conform.
371  return true;
372  }

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