summaryrefslogtreecommitdiff
path: root/c++-mode/mpb
diff options
context:
space:
mode:
Diffstat (limited to 'c++-mode/mpb')
-rw-r--r--c++-mode/mpb7
1 files changed, 7 insertions, 0 deletions
diff --git a/c++-mode/mpb b/c++-mode/mpb
new file mode 100644
index 0000000..c097841
--- /dev/null
+++ b/c++-mode/mpb
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: move_backward
+# key: mpb
+# contributor: Tommy BENNETT and Ludwig PACIFICI <ludwig@lud.cc>
+# --
+std::move_backward(std::begin(${1:container}), std::end($1), std::end($1));
+$0