Template Function mxml::from_xml(const mxml::element_container&, std::string_view, T&)
Defined in File serialize.hpp
Function Documentation
-
template<typename T>
void mxml::from_xml(const mxml::element_container &e, std::string_view name, T &value) Read in value from the XML in document or element e using name as name for the element to use.