File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
SoftwareGuide/Latex/Appendices Expand file tree Collapse file tree 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}
32843284\item \code {ITK\_ DISALLOW\_ COPY\_ AND\_ ASSIGN(TypeName)}: Disallow copying by
32853285declaring copy constructor and assignment operator deleted. This must be
32863286declared 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.
32873292\item \code {itkDebugMacro(x)}: If debug is set on a subclass of
32883293\doxygen {Object}, prints debug information to the appropriate output
32893294stream.
You can’t perform that action at this time.
0 commit comments