rapidxml
void remove_last_node ( ) [inline]

Removes last child of the node. If node has no children, behaviour is undefined. Use first_node() to test if node has children.

References xml_node< Ch >::first_node().

Referenced by xml_node< Ch >::remove_node().