Initial commit.
This commit is contained in:
5
snippets/c++-mode/wptr
Normal file
5
snippets/c++-mode/wptr
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: weak_ptr
|
||||
# key: wptr
|
||||
# --
|
||||
std::weak_ptr<${1:type}> ${2:name}$0
|
Reference in New Issue
Block a user