DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / c%2B%2B-mode / nno
12345678910
# -*- mode: snippet -*- # name: none_of # key: nno # -- if (std::none_of(std::begin(${1:container}), std::end($1), []($2) { $3 })) { $4 } $0