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

Public Types

using Type_t = bool
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 273 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 275 of file Combiners.h.

Member Function Documentation

◆ combine()

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

Definition at line 276 of file Combiners.h.

276 { return (a || b); }

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