// file : cutl/compiler/type-id.txx // copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl { namespace compiler { template inline type_id:: type_id (X const volatile& x) : ti_ (&typeid (x)) { } } }