COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/maps.h

    r94 r114  
    2525///\ingroup concept
    2626///\file
    27 ///\brief Map concepts checking classes for testing and documenting.
     27///\brief The concept of maps.
    2828
    2929namespace lemon {
     
    106106        const Value& val;
    107107        const typename _WriteMap::Key& own_key;
    108         const typename _WriteMap::Value own_val;
     108        const typename _WriteMap::Value& own_val;
    109109        _WriteMap& m;
    110110      };
Note: See TracChangeset for help on using the changeset viewer.