# -*- mode: snippet -*-
# key: ut
# --
${1:name} = ${2:class_name}::type_id::create("$1"${3:, this});
$0
