libsemigroups  v3.0.0
C++ library for semigroups and monoids
Loading...
Searching...
No Matches
BooleanZero

Defined in matrix.hpp.

This is a stateless struct with a single call operator of signature: bool operator()() const noexcept which returns false; representing the additive identity of the boolean semiring.

Public Member Functions

constexpr bool operator() () const noexcept
 Call operator returning the additive identity false of the boolean semiring.
 

Member Function Documentation

◆ operator()()

bool operator() ( ) const
inlineconstexprnoexcept

Call operator returning the additive identity false of the boolean semiring.

Returns
The value false.
Exceptions
This function is noexcept and is guaranteed never to throw.

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