NetGroupManager::WithLoadedAsmap

Create a manager that takes ownership of asmap data loaded at runtime.

Synopsis

Declared in <netgroup.h>

static
NetGroupManager
WithLoadedAsmap(std::vector<std::byte>&& asmap);

Return Value

A manager owning the loaded asmap.

Parameters

NameDescription
asmapThe loaded asmap bytes to move into the manager.