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"
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
[?unknown?]as the argument type.
pygccxml/src/pygccxml/parser/scanner.py
Line 87 in 26f63dc
XML_NN_RVALUEREFERENCE_TYPE = "RValueReferenceType"