[#IsChildWithParentsTree] = IsChildWithParentsTree :mrdocs: Context‐free check that a package IsChildWithParents() and none of the parents depend on each other (the package is a "tree"). == Synopsis Declared in `<policy/packages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsChildWithParentsTree(xref:Package.adoc[Package] const& package); ---- == Return Value true if the package is a child with mutually independent parents. == Parameters [cols="1,4"] |=== | Name| Description | *package* | Transactions expected to form a child‐with‐parents tree. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#