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

Public Types

using Type_t = bool
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 863 of file ParticleAttrib.cpp.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 865 of file ParticleAttrib.cpp.

Member Function Documentation

◆ apply()

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

Definition at line 866 of file ParticleAttrib.cpp.

867  {
868  // Scalars always conform.
869  return true;
870  }

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