Initial commit.
This commit is contained in:
5
.emacs.d/snippets/c++-mode/spcast
Normal file
5
.emacs.d/snippets/c++-mode/spcast
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: static pointer cast
|
||||
# key: spcast
|
||||
# --
|
||||
std::static_pointer_cast<${1:type}>(${2:v})
|
Reference in New Issue
Block a user