StructDeclaration.hasCopyConstruction

Determine if struct has copy construction (copy constructor or postblit)

class StructDeclaration
final
bool
hasCopyConstruction
()

Return Value

Type: bool

true if struct has copy construction

Meta