init
This commit is contained in:
8
snippets/c++-mode/ipr
Normal file
8
snippets/c++-mode/ipr
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: is_permutation
|
||||
# key: ipr
|
||||
# --
|
||||
if (std::is_permutation(std::begin(${1:container}), std::end($1), std::begin($2))) {
|
||||
$3
|
||||
}
|
||||
$0
|
||||
Reference in New Issue
Block a user