Return a const reference to the from attribute of the specified edge object.
Declared in <bdlb_topologicalsortutil.h>
static
NODE_TYPE const&
from(EdgeType const& edge);
const reference to the from node of edge
| Name | Description |
|---|---|
| edge | edge whose from node is returned |