some renamings.

This commit is contained in:
2025-09-27 17:21:36 +02:00
parent 6b675cb85e
commit 4996c03b39
10 changed files with 76 additions and 46 deletions

View File

@@ -630,7 +630,7 @@ namespace pugi
}
// Find child node using predicate. Returns first child for which predicate returned true.
template <typename Predicate> xml_node find_child_by_tag_name(Predicate pred) const
template <typename Predicate> xml_node child(Predicate pred) const
{
if (!_root) return xml_node();