This commit is contained in:
2016-02-22 12:26:12 +01:00
parent 46a9040434
commit 96e9527a0e
65 changed files with 0 additions and 1351 deletions

View File

@@ -1,7 +0,0 @@
# -*- 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
});