[#NetGroupManager-WithEmbeddedAsmap] = xref:NetGroupManager.adoc[NetGroupManager]::WithEmbeddedAsmap :relfileprefix: ../ :mrdocs: Create a manager using asmap data embedded in the binary. == Synopsis Declared in `<netgroup.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:NetGroupManager.adoc[NetGroupManager] WithEmbeddedAsmap(std::span<std::byte const> asmap); ---- == Return Value A manager referencing the embedded asmap. == Parameters [cols="1,4"] |=== | Name| Description | *asmap* | A view over the embedded asmap bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#