aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/relational/index.hxx
blob: f45dda75646adb3392e7ec1460fb0e29fd625912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : odb/traversal/relational/index.hxx
// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_TRAVERSAL_RELATIONAL_INDEX_HXX
#define ODB_TRAVERSAL_RELATIONAL_INDEX_HXX

#include <odb/semantics/relational/index.hxx>
#include <odb/traversal/relational/key.hxx>

namespace traversal
{
  namespace relational
  {
    struct index: key_template<semantics::relational::index> {};
  }
}

#endif // ODB_TRAVERSAL_RELATIONAL_INDEX_HXX