# -*- mode: snippet -*-# name: transform# key: tfm# --std::transform(std::begin(${1:container}), std::end($1), std::begin($1), []($2) {$3%});$0