Template Function mxml::make_attribute_nvp
Defined in File serialize.hpp
Function Documentation
-
template<typename T>
constexpr attribute_nvp<T> mxml::make_attribute_nvp(std::string name, T &value) Create a name/value pair for serializing to and from an XML element.