mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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
|
||||
- g.has_edge(parent_idx,child_idx)
|
||||
ensures
|
||||
- returns a reference to the edge data for the directed edge connecting parent
|
||||
node g.node(parent_idx) to child node g.node(child_idx).
|
||||
- returns a const reference to the edge data for the directed edge connecting
|
||||
parent node g.node(parent_idx) to child node g.node(child_idx).
|
||||
!*/
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user