QMCPACK
LeafFunctor< ForwardIterator, DereferenceLeaf > Struct Template Reference
+ Collaboration diagram for LeafFunctor< ForwardIterator, DereferenceLeaf >:

Public Types

using Type_t = typename std::iterator_traits< ForwardIterator >::value_type
 

Static Public Member Functions

static Type_t apply (const ForwardIterator &i, const DereferenceLeaf &)
 

Detailed Description

template<class ForwardIterator>
struct qmcplusplus::LeafFunctor< ForwardIterator, DereferenceLeaf >

Definition at line 345 of file Functors.h.

Member Typedef Documentation

◆ Type_t

using Type_t = typename std::iterator_traits<ForwardIterator>::value_type

Definition at line 347 of file Functors.h.

Member Function Documentation

◆ apply()

static Type_t apply ( const ForwardIterator &  i,
const DereferenceLeaf  
)
inlinestatic

Definition at line 348 of file Functors.h.

348 { return *i; }

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