COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/maps.h

    r280 r220  
    485485  ///
    486486  /// \sa CombineMap
     487  ///
     488  /// \todo Check the requirements.
    487489  template <typename M1, typename M2>
    488490  class ComposeMap : public MapBase<typename M2::Key, typename M1::Value> {
     
    539541  ///
    540542  /// \sa ComposeMap
     543  ///
     544  /// \todo Check the requirements.
    541545  template<typename M1, typename M2, typename F,
    542546           typename V = typename F::result_type>
Note: See TracChangeset for help on using the changeset viewer.