CastXML outputs implicitly generate move constructors for classes. These have a single mandatory argument of an RValueReferenceType of the same class. RValueReferenceType is recognized as a valid argment type, and results in
as the argument type.
|
XML_NN_REFERENCE_TYPE = "ReferenceType" |
XML_NN_RVALUEREFERENCE_TYPE = "RValueReferenceType"