Verifies whether the struct declaration has a constructor that is not a copy constructor. Optionally, it can check whether the struct declaration has a regular constructor, that is not disabled.
if the struct has a regular non-disabled constructor
true, if the struct has a regular (optionally, not disabled) constructor, false otherwise.
See Implementation
Verifies whether the struct declaration has a constructor that is not a copy constructor. Optionally, it can check whether the struct declaration has a regular constructor, that is not disabled.