init
This commit is contained in:
8
snippets/c++-mode/member_function
Normal file
8
snippets/c++-mode/member_function
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: member_function
|
||||
# key: mf
|
||||
# --
|
||||
${1:type} ${2:Name}::${3:name}(${4:args})${5: const}
|
||||
{
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user