kumi v3.1.0
Exquisite Epidote
 
Loading...
Searching...
No Matches
kumi::boolean_xor Class Reference

A type representing the logical xor monoid and it's associated identity. The identity of boolean_xor is false. More...

#include <kumi/utils/monoid.hpp>

Detailed Description

A type representing the logical xor monoid and it's associated identity. The identity of boolean_xor is false.

kumi::boolean_xor provides a monoid representing the logical xor operation.

Static Public Attributes

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