QMCPACK
Combine2< bool, bool, Op, AndCombine > Struct Template Reference
+ Collaboration diagram for Combine2< bool, bool, Op, AndCombine >:

Public Types

using Type_t = bool
 

Static Public Member Functions

static Type_t combine (bool a, bool b, Op, AndCombine)
 

Detailed Description

template<class Op>
struct qmcplusplus::Combine2< bool, bool, Op, AndCombine >

Definition at line 250 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 252 of file Combiners.h.

Member Function Documentation

◆ combine()

static Type_t combine ( bool  a,
bool  b,
Op  ,
AndCombine   
)
inlinestatic

Definition at line 253 of file Combiners.h.

253 { return (a && b); }

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