init
This commit is contained in:
9
snippets/c++-mode/operator==
Normal file
9
snippets/c++-mode/operator==
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: operator==
|
||||
# key: ==
|
||||
# group: operator overloading
|
||||
# --
|
||||
bool ${1:Name}::operator==(const $1 &other) const
|
||||
{
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user