aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/relational/key.cxx
blob: 6c799ac498c734e8437b89a1aa8903782e26aa3f (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-2018 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 ());
    }
  }
}