Return a const reference to the to attribute of the specified edge object.

Synopsis

Declared in <bdlb_topologicalsortutil.h>

static
NODE_TYPE const&
to(EdgeType const& edge);

Return Value

const reference to the to node of edge

Parameters

Name

Description

edge

edge whose to node is returned

Created with MrDocs