template<class LHS, class RHS>
Rodin::Variational::AND class

Represents the logical AND expression.

Template parameters
LHS Type of left hand side operand
RHS Type of right hand side operand

Represents the logical AND operation between two templated types:

\[ \mathrm{LHS} \land \mathrm{RHS} \ . \]