yasnippet-snippets/snippets/c++-mode/dynamic_casting

5 lines
103 B
Plaintext
Raw Normal View History

2011-07-07 14:32:44 +02:00
# -*- mode: snippet -*-
# name: dynamic_casting
# key: cast
# --
check_and_cast<${1:Type} *>(${2:msg});