6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: static cast
|
||
|
# key: scast
|
||
|
# --
|
||
|
static_cast<${1:type}>(${2:v})
|