hasElaborateCopyConstructor

True if S or any type embedded directly in the representation of S defines an elaborate copy constructor. Elaborate copy constructors are introduced by defining this(this) for a struct.

Classes and unions never have elaborate copy constructors.

Members

Aliases

hasElaborateCopyConstructor
alias hasElaborateCopyConstructor = hasElabCCtor!(S)
Undocumented in source.

Meta