aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics/elements.ixx
blob: acd31a4f04f53f86187b38273423944d51818c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/semantics/elements.ixx
// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

namespace semantics
{
  // typedefs
  //
  inline typedefs::type_type& typedefs::
  type () const
  {
    return dynamic_cast<type_type&> (named ());
  }
}