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