COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/vector_map.h

    r280 r263  
    4343  /// the map. This map type uses the std::vector to store the values.
    4444  ///
    45   /// \tparam _Graph The graph this map is attached to.
     45  /// \tparam _Notifier The AlterationNotifier that will notify this map.
    4646  /// \tparam _Item The item type of the graph items.
    4747  /// \tparam _Value The value type of the map.
     48  /// \todo Fix the doc: there is _Graph parameter instead of _Notifier.
    4849  template <typename _Graph, typename _Item, typename _Value>
    4950  class VectorMap
Note: See TracChangeset for help on using the changeset viewer.