summaryrefslogtreecommitdiff
path: root/odb/semantics/elements.ixx
blob: 32f9ced3e3cb7abfd8298bd20efe2e75858599bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : odb/semantics/elements.ixx
// license   : GNU GPL v3; see accompanying LICENSE file

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