6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: static pointer cast
|
|
# key: spcast
|
|
# --
|
|
std::static_pointer_cast<${1:type}>(${2:v})
|