![]() |
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: Scalar operator()() const noexcept
which returns 0
; representing the additive identity of the integer semiring.
Public Member Functions | |
constexpr Scalar | operator() () const noexcept |
Call operator returning the integer 0 . | |
|
inlineconstexprnoexcept |
This function returns the additive identity of the ring of integers (i.e. the integer 0
).
0
.noexcept
and is guaranteed never to throw.