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

Public Types

using Type_t = bool
 

Static Public Member Functions

static bool apply (const ParticleAttrib< T > &v, const SizeLeafPA &s)
 

Detailed Description

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

Definition at line 874 of file ParticleAttrib.cpp.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 876 of file ParticleAttrib.cpp.

Member Function Documentation

◆ apply()

static bool apply ( const ParticleAttrib< T > &  v,
const SizeLeafPA s 
)
inlinestatic

Definition at line 877 of file ParticleAttrib.cpp.

References qmcplusplus::Units::time::s, and Vector< T, Alloc >::size().

877 { return s(v.size()); }

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