[#BloombergLP-ball-LoggerManagerCategoryManip-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManagerCategoryManip.adoc[LoggerManagerCategoryManip]::LoggerManagerCategoryManip :relfileprefix: ../../../ :mrdocs: Create an iterator providing modifiable access to the categories maintained by the specified `loggerManager` that is initialized to refer to the first category in the sequence of categories in the registry of `loggerManager`, if one exists, and is initialized to be invalid otherwise. The order of iteration is undefined. The behavior is undefined unless the lifetime of `loggerManager` is at least as long as the lifetime of this iterator. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit LoggerManagerCategoryManip(xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]* loggerManager); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#