[#BloombergLP-ball-CategoryManagerImpUtil-linkCategoryHolder] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryManagerImpUtil.adoc[CategoryManagerImpUtil]::linkCategoryHolder :relfileprefix: ../../../ :mrdocs: Link the specified `categoryHolder` to the specified `category`. == Synopsis Declared in `<ball_category.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void linkCategoryHolder( xref:BloombergLP/ball/Category.adoc[Category]* category, xref:BloombergLP/ball/CategoryHolder.adoc[CategoryHolder]* categoryHolder); ---- == Description Load the specified `category` and its corresponding `maxLevel()` into the specified `categoryHolder`, and add `categoryHolder` to the linked list of category holders maintained by `category`. == Parameters [cols="1,4"] |=== | Name| Description | *category* | category to which the holder is linked | *categoryHolder* | holder to load and link |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#