Open
Description
its still a huge difference if there is a attribute with valid or invalid content or complete absent of the attribute itself
xml_value<int> try_int()
usage
xml_value<int> value = attribute("xyz").try_int();
value.exists() = true/false (const)
value.valid() = successfull converted (const)
int x = value // conversion operator (const&)