Add C++ lambda function snippet
This commit is contained in:
parent
e84a496026
commit
e23cd33ced
@ -56,3 +56,7 @@ endsnippet
|
||||
snippet reinterpret_cast "Reinterpret case"
|
||||
reinterpret_cast<$1>($2)$0
|
||||
endsnippet
|
||||
|
||||
snippet [] "Labmda function"
|
||||
[$1]($2)${3/(.*)/(?1: -> ::)/}$3 {$0}
|
||||
endsnippet
|
||||
|
Loading…
x
Reference in New Issue
Block a user