| 
    ViennaGrid - The Vienna Grid Library
    2.1.0
    
   
   | 
  
  
  
 
A collection is a compile-time map which returns objects of (possibly distinct) type based on the provided key type. More...
#include <collection.hpp>
Public Types | |
| typedef  detail::collection_layer < typemap >  | base | 
| typedef typemap_ | typemap | 
A collection is a compile-time map which returns objects of (possibly distinct) type based on the provided key type.
For example, collection may return objects of type std::deque<VertexType>, std::deque<EdgeType>, or std::vector<TriangleType> based on the tag provided.
| typedef typemap_ typemap | 
 1.7.6.1