Identifies a function as a destructor.
This element is present when the function is a destructor. This has two mandatory attributes; name and value that default to "destructor".
A function that uses the cxxFunctionDestructor element shall not use the cxxFunctionConstructor element
See ISO/IEC 14882:2003(E) 12.4 Destructors [class.dtor]