You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/ServiceClientHeaderConstructors.vm
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,21 @@
52
52
* @return the copied client.
53
53
*/
54
54
${className}& operator=(const ${className} &rhs);
55
+
56
+
/**
57
+
* Copy move constructor for a S3Client. Copies all members that do not reference self.
58
+
* Recreates member that reference self.
59
+
* @param rhs the source object of the copy.
60
+
*/
61
+
${className}(${className} &&rhs);
62
+
63
+
/**
64
+
* Assignment move operator for a S3Client. Copies all members that do not reference self.
Copy file name to clipboardExpand all lines: tools/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/ServiceClientSourceInit.vm
Copy file name to clipboardExpand all lines: tools/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/s3/s3-crt/S3CrtServiceClientSourceInit.vm
0 commit comments