Changeset 463:7f3ef3009dd3 in lemon-0.x
- Timestamp:
- 04/29/04 10:33:16 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/skeletons/graph.h
r403 r463 182 182 /// First node of the graph. 183 183 184 /// \post \c i and the return value will be the first node. 184 /// \retval i the first node. 185 /// \return the first node. 185 186 /// 186 187 NodeIt &first(NodeIt &i) const { return i;}
Note: See TracChangeset
for help on using the changeset viewer.