out_degree¶
-
inline T libsemigroups::ActionDigraph::out_degree() const noexcept¶
Returns the out-degree of
this
.- Exceptions
This function is
noexcept
and is guaranteed never to throw.- Complexity
Constant.
- Parameters
(None)
- Returns
The number of out-edges of every node, a value of type
T
.