summaryrefslogtreecommitdiff
path: root/c++-mode/stv
blob: 994ade477f84f2015234430f626a0278e7571987 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: vector
# key: stv
# contributor: Tommy BENNETT and Ludwig PACIFICI <ludwig@lud.cc>
# --
std::vector<$2> $3
$0