Changeset 157:2ccc1afc2c52 in lemon-1.2 for lemon/concepts
- Timestamp:
- 05/24/08 23:20:49 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concepts/path.h
r96 r157 41 41 /// A skeleton structure for representing directed paths in a 42 42 /// digraph. 43 /// \ param _Digraph The digraph type in which the path is.43 /// \tparam _Digraph The digraph type in which the path is. 44 44 /// 45 45 /// In a sense, the path can be treated as a list of arcs. The … … 206 206 /// an adaptor class to the predecessor map. 207 207 208 /// \ param _Digraph The digraph type in which the path is.208 /// \tparam _Digraph The digraph type in which the path is. 209 209 /// 210 210 /// The paths can be constructed from any path type by a
Note: See TracChangeset
for help on using the changeset viewer.