COIN-OR::LEMON - Graph Library

Changeset 977:48962802d168 in lemon-0.x for src/lemon/maps.h


Ignore:
Timestamp:
11/10/04 21:14:32 (20 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1365
Message:
  • enable_if imported from BOOST
  • count{Nodes,Edges} implemented via graph tags
  • some #include bugs fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/maps.h

    r959 r977  
    105105    void set(const K&, const V&) { }
    106106  };
    107   //to document later
    108   typedef Const<bool, true> True;
    109   typedef Const<bool, false> False;
    110107
    111108  /// \c std::map wrapper
Note: See TracChangeset for help on using the changeset viewer.