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

Public Types

using Type_t = bool
 

Static Public Member Functions

static bool apply (const Vector< T, C > &v, const SizeLeaf &s)
 

Detailed Description

template<class T, class C>
struct qmcplusplus::LeafFunctor< Vector< T, C >, SizeLeaf >

Definition at line 376 of file OhmmsVector.h.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 378 of file OhmmsVector.h.

Member Function Documentation

◆ apply()

static bool apply ( const Vector< T, C > &  v,
const SizeLeaf s 
)
inlinestatic

Definition at line 379 of file OhmmsVector.h.

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

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

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