BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/GeneratorObject/include/DataModel/tools/MapIndexingPolicy.h
Go to the documentation of this file.
1/***************************************************************************
2 define the Indexing Policy for std::map
3 -------------------------------------------------------
4 ATLAS Collaboration
5 ***************************************************************************/
6
7// $Id: MapIndexingPolicy.h,v 1.2 2003/04/16 01:32:53 calaf Exp $
8
9#ifndef DATAMODEL_TOOLS_STLMAPINDEXINGPOLICY_H
10#define DATAMODEL_TOOLS_STLMAPINDEXINGPOLICY_H
11
12#ifndef _CPP_MAP
13# include <map>
14#endif
15#ifndef DATAMODEL_TOOLS_DEFAULTINDEXINGPOLICY_H
16# include "DataModel/tools/DefaultIndexingPolicy.h"
17#endif
18#ifndef DATAMODEL_TOOLS_ASSOCIATIVEINDEXINGPOLICIES_H
19# include "DataModel/tools/AssociativeIndexingPolicies.h"
20#endif
21
22template <typename KEY, typename ELEM> struct DefaultIndexingPolicy<std::map<KEY, ELEM>> {
24};
25
26#endif // TOOLS_STLMAPINDEXINGPOLICY_H