unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/c++-mode/dynamic_casting

5 lines
103 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: dynamic_casting
# key: cast
# --
check_and_cast<${1:Type} *>(${2:msg});