File tree 1 file changed +5
-0
lines changed
SoftwareGuide/Latex/Appendices
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3284,6 +3284,11 @@ \section{Using Standard Macros}
3284
3284
\item \code {ITK\_ DISALLOW\_ COPY\_ AND\_ ASSIGN(TypeName)}: Disallow copying by
3285
3285
declaring copy constructor and assignment operator deleted. This must be
3286
3286
declared in the \textbf {public } section.
3287
+ \item \code {ITK\_ DEFAULT\_ COPY\_ AND\_ MOVE(TypeName)}: Enables copying and moving
3288
+ by explicitly defaulting the copy constructor, copy assignment operator, move
3289
+ constructor, and move assignment operator of a class. Especially useful for
3290
+ classes that have a user-defined destructor. Intended to be placed in the
3291
+ \textbf {public } section of a class.
3287
3292
\item \code {itkDebugMacro(x)}: If debug is set on a subclass of
3288
3293
\doxygen {Object}, prints debug information to the appropriate output
3289
3294
stream.
You can’t perform that action at this time.
0 commit comments