Changeset 280:e7f8647ce760 in lemon-1.2 for lemon/maps.h
- Timestamp:
- 07/14/08 16:23:11 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/maps.h
r220 r280 485 485 /// 486 486 /// \sa CombineMap 487 ///488 /// \todo Check the requirements.489 487 template <typename M1, typename M2> 490 488 class ComposeMap : public MapBase<typename M2::Key, typename M1::Value> { … … 541 539 /// 542 540 /// \sa ComposeMap 543 ///544 /// \todo Check the requirements.545 541 template<typename M1, typename M2, typename F, 546 542 typename V = typename F::result_type>
Note: See TracChangeset
for help on using the changeset viewer.