# -*- mode: snippet -*-# name: partial_sort# key: pst# --std::partial_sort(std::begin(${1:container}), std::end($1), std::end($1));$0