COIN-OR::LEMON - Graph Library

Changeset 1223:decf8076d63c in lemon-0.x for src/lemon


Ignore:
Timestamp:
03/17/05 11:46:57 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1643
Message:

MapFunctor? is made an STL standard compliant functor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/maps.h

    r1219 r1223  
    697697  ///that is it provides an <tt>operator()</tt> to read its values.
    698698  ///
    699   ///For the sake of convenience it also works as a ususal map, i.e
     699  ///For the sake of convenience it also works as
     700  ///a ususal \ref concept::ReadMap "readable map", i.e
    700701  ///<tt>operator[]</tt> and the \c Key and \c Value typedefs also exist.
    701702
     
    705706    const M &m;
    706707  public:
     708    typedef typename M::Key argument_type;
     709    typedef typename M::Value result_type;
    707710    typedef typename M::Key Key;
    708711    typedef typename M::Value Value;
Note: See TracChangeset for help on using the changeset viewer.