lemon/iterable_maps.h
changeset 2267 3575f17a6e7f
parent 2112 f27dfd29c5c0
child 2386 81b47fc5c444
equal deleted inserted replaced
15:457dc6a99eba 16:312a1b3fe9fe
    13  * This software is provided "AS IS" with no warranty of any kind,
    13  * This software is provided "AS IS" with no warranty of any kind,
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
       
    18 
       
    19 #ifndef LEMON_ITERABLE_MAPS_H
       
    20 #define LEMON_ITERABLE_MAPS_H
    18 
    21 
    19 #include <lemon/bits/traits.h>
    22 #include <lemon/bits/traits.h>
    20 #include <lemon/bits/invalid.h>
    23 #include <lemon/bits/invalid.h>
    21 
    24 
    22 #include <lemon/bits/default_map.h>
    25 #include <lemon/bits/default_map.h>
   914     std::map<Value, Key> first;
   917     std::map<Value, Key> first;
   915   };
   918   };
   916 
   919 
   917   /// @}
   920   /// @}
   918 }
   921 }
       
   922 
       
   923 #endif