From 769a4db24b64a2baf20960858ae24461328e5b7a Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 10 Dec 2018 23:29:54 +0800 Subject: ... --- snippets/vc++snippets.snippet | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 snippets/vc++snippets.snippet (limited to 'snippets') diff --git a/snippets/vc++snippets.snippet b/snippets/vc++snippets.snippet new file mode 100644 index 00000000..1a5f7666 --- /dev/null +++ b/snippets/vc++snippets.snippet @@ -0,0 +1,55 @@ + + + +
+ Deleted Copy Constructor/Assignment + crupest + Declare a deleted copy constructor and a deleted copy assignment operator for a class. + dcopy + + Expansion + +
+ + + + classname + class_name + The name of the class. + + + + + + +
+ +
+ Deleted Move Constructor/Assignment + crupest + Declare a deleted move constructor and a deleted move assignment operator for a class. + dmove + + Expansion + +
+ + + + classname + class_name + The name of the class. + + + + + + +
+
\ No newline at end of file -- cgit v1.2.3