src/lemon/bits/array_map.h
changeset 1335 13a863ce81d9
parent 1271 40e5d0d44a65
child 1359 1581f961cfaa
equal deleted inserted replaced
10:b15ce13d95f5 0:d4585562d019
    16 
    16 
    17 #ifndef LEMON_ARRAY_MAP_H
    17 #ifndef LEMON_ARRAY_MAP_H
    18 #define LEMON_ARRAY_MAP_H
    18 #define LEMON_ARRAY_MAP_H
    19 
    19 
    20 #include <memory>
    20 #include <memory>
    21 #include <lemon/map_iterator.h>
    21 #include <lemon/bits/map_iterator.h>
    22 
    22 
    23 ///\ingroup graphmaps
    23 ///\ingroup graphmaps
    24 ///\file
    24 ///\file
    25 ///\brief Graph maps that construates and destruates
    25 ///\brief Graph maps that construates and destruates
    26 ///their elements dynamically.
    26 ///their elements dynamically.