src/work/alpar/mapskeleton.h
changeset 246 dc95ca4ebc7b
parent 209 9a37b8d02d74
equal deleted inserted replaced
1:b3b6f13b256a 2:03b44a50fb72
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef HUGO_MAPSKELETON_H
     2 #ifndef HUGO_MAPSKELETON_H
     3 #define HUGO_MAPSKELETON_H
     3 #define HUGO_MAPSKELETON_H
       
     4 
       
     5 ///\file
       
     6 ///\brief Map concepts checking classes for testing and documenting.
     4 
     7 
     5 namespace hugo {
     8 namespace hugo {
     6   
     9   
     7   ///Readable map skeleton
    10   ///Readable map skeleton
     8   template<typename K, typename T>
    11   template<typename K, typename T>