DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / c%2B%2B-mode / nxp
12345678
# -*- mode: snippet -*- # name: next_permutation # key: nxp # -- if (std::next_permutation(std::begin(${1:container}), std::end($1))) { $2 } $0