System::Xml::XmlNamedNodeMap::cend method

XmlNamedNodeMap::cend method

Gets iterator for a non-existent element behind the last element of the collection.

iterator System::Xml::XmlNamedNodeMap::cend() const noexcept

ReturnValue

An iterator pointing to the element behind the last element of the collection.

See Also