Template Function mxml::to_xml(mxml::element_container&, std::string_view, const T&)

Function Documentation

template<typename T>
void mxml::to_xml(mxml::element_container &e, std::string_view name, const T &value)

Write out value into XML into document or element e using name as name for the element to create.