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