lemon/bits/default_map.h
changeset 1946 17eb3eaad9f8
parent 1910 f95eea8c34b0
child 1956 a055123339d5
equal deleted inserted replaced
9:62446984e996 10:9d4ed929e3c5
    19 
    19 
    20 
    20 
    21 #include <lemon/bits/array_map.h>
    21 #include <lemon/bits/array_map.h>
    22 #include <lemon/bits/vector_map.h>
    22 #include <lemon/bits/vector_map.h>
    23 
    23 
    24 ///\ingroin graphmapfactory
    24 ///\ingroup graphmapfactory
    25 ///\file
    25 ///\file
    26 ///\brief Graph maps that construct and destruct
    26 ///\brief Graph maps that construct and destruct
    27 ///their elements dynamically.
    27 ///their elements dynamically.
    28 
    28 
    29 namespace lemon {
    29 namespace lemon {