MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / as_uint

Method as_uint

Source/ThirdParty/pugixml/pugixml.cpp:4525–4528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4523 }
4524
4525 PUGI__FN unsigned int xml_attribute::as_uint(unsigned int def) const
4526 {
4527 return impl::get_value_uint(_attr ? _attr->value : 0, def);
4528 }
4529
4530 PUGI__FN double xml_attribute::as_double(double def) const
4531 {

Callers 1

getUIntAttributeMethod · 0.80

Calls 1

get_value_uintFunction · 0.85

Tested by

no test coverage detected