kumi v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches

A type representing the logical and monoid and it's associated identity. The identity of the boolean_and is true. More...

#include <kumi/utils/monoid.hpp>

Detailed Description

A type representing the logical and monoid and it's associated identity. The identity of the boolean_and is true.

kumi::boolean_and provides a monoid representing the logical and operation.

Static Public Attributes

static constexpr bool identity {true}
 Identity/neutral element of the monoid.