Expression wrap of non-const bool. More...
#include <boolExpression.H>


Public Member Functions | |
| boolWrap (const bool elems) | |
| Construct from components. | |
| template<typename E> | |
| boolWrap (const GenericExpression< E > &expr) | |
| auto | evaluate () const |
| template<typename E> | |
| auto | evaluate (const GenericExpression< E > &expr) |
| template<typename E> | |
| void | operator= (const GenericExpression< E > &expr) |
| Assignment. | |
| Public Member Functions inherited from GenericExpression< boolWrap > | |
| auto | evaluate () const |
Static Public Attributes | |
| static constexpr bool | is_leaf = false |
| Static Public Attributes inherited from GenericExpression< boolWrap > | |
| static constexpr bool | is_leaf |
Expression wrap of non-const bool.
Definition at line 52 of file boolExpression.H.
|
inline |
Construct from components.
Definition at line 64 of file boolExpression.H.
|
inline |
Definition at line 71 of file boolExpression.H.
References evaluate().

|
inline |
Definition at line 79 of file boolExpression.H.
Referenced by boolWrap().

|
inline |
Definition at line 85 of file boolExpression.H.
|
inline |
Assignment.
Definition at line 98 of file boolExpression.H.
|
staticconstexpr |
Definition at line 59 of file boolExpression.H.