aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics/elements.ixx
blob: ea6da723acbe3cc6efb9ff05389f4f0b813f80d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/semantics/elements.ixx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 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 ());
  }
}