Initial commit.
This commit is contained in:
7
.emacs.d/snippets/c++-mode/accl~
Normal file
7
.emacs.d/snippets/c++-mode/accl~
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: accumulate_lambda
|
||||
# key: accl
|
||||
# --
|
||||
std::accumulate(${1:v}.begin(), $1.end(), ${2:0}, [${3:}] (${4:auto} const& ${5:r}, ${6:auto} const& ${7:v}) {
|
||||
$0
|
||||
});
|
Reference in New Issue
Block a user