mirror of https://github.com/davisking/dlib.git
Clarified spec
This commit is contained in:
parent
b7aabf8d89
commit
4d2d6dda33
|
@ -77,8 +77,8 @@ namespace dlib
|
||||||
- T is an implementation of directed_graph/directed_graph_kernel_abstract.h
|
- T is an implementation of directed_graph/directed_graph_kernel_abstract.h
|
||||||
- g.has_edge(parent_idx,child_idx)
|
- g.has_edge(parent_idx,child_idx)
|
||||||
ensures
|
ensures
|
||||||
- returns a reference to the edge data for the directed edge connecting parent
|
- returns a const reference to the edge data for the directed edge connecting
|
||||||
node g.node(parent_idx) to child node g.node(child_idx).
|
parent node g.node(parent_idx) to child node g.node(child_idx).
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue