std::tuple_element<1, ::zeep::xml::attribute>
// In header: <zeep/xml/node.hpp> struct tuple_element<1, ::zeep::xml::attribute> { // types typedef decltype(std::declval<::zeep::xml::attribute >().value()) type; };