summaryrefslogtreecommitdiff
path: root/c++-mode/rpl
blob: 9badf4beec0bc10f4fe7c4342f675d3ab054e1bc (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: replace
# key: rpl
# --
std::replace(std::begin(${1:container}), std::end($1), $2, $3);
$0