Create a manager that takes ownership of asmap data loaded at runtime.
Declared in <netgroup.h>
static
NetGroupManager
WithLoadedAsmap(std::vector<std::byte>&& asmap);
A manager owning the loaded asmap.
| Name | Description |
|---|---|
| asmap | The loaded asmap bytes to move into the manager. |