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

#include <odb/traversal/relational/key.hxx>
#include <odb/traversal/relational/column.hxx>

namespace traversal
{
  namespace relational
  {
    void contains::
    traverse (type& c)
    {
      dispatch (c.column ());
    }
  }
}