OEGetPlaceHydrogensMetadata¶
std::string OEGetPlaceHydrogensMetadata(const OEChem::OEMolBase &mol)
Returns any metadata added to the molecule by
OEPlaceHydrogens
.
The metadata is the string generated by a call to the
OEPlaceHydrogensDetails.Describe
method
(does not require an explicit OEPlaceHydrogensDetails
to be passed in).
See also
OEPlaceHydrogens
function