Add namespace snippet
This commit is contained in:
parent
6c941341ff
commit
eae24ab24c
@ -12,6 +12,11 @@ snippet for Index based
|
||||
$0
|
||||
}
|
||||
|
||||
snippet namespace
|
||||
namespace ${1} {
|
||||
$0
|
||||
} // namespace ${1}
|
||||
|
||||
snippet const_cast
|
||||
const_cast<$1>($2)$0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user