![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
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. | |
|
inlineconstexprnoexcept |
Call operator returning the additive identity false
of the boolean semiring.
false
.noexcept
and is guaranteed never to throw.