unix-conf/.emacs.d/snippets/c++-mode/acc
2016-02-18 14:53:30 +01:00

6 lines
110 B
Plaintext

# -*- mode: snippet -*-
# name: accumulate
# key: acc
# --
std::accumulate(${1:v}.begin(), $1.end(), ${2:0});