COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/maps.h

    r43 r44  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    170170
    171171    typedef True ReferenceMapTag;
    172     ///\e
     172    ///Key type
    173173    typedef K Key;
    174     ///\e
     174    ///Value type
    175175    typedef T Value;
    176     ///\e
     176    ///Reference Type
    177177    typedef T& Reference;
    178     ///\e
     178    ///Const reference type
    179179    typedef const T& ConstReference;
    180180
Note: See TracChangeset for help on using the changeset viewer.