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

Name

Description

asmap

The loaded asmap bytes to move into the manager.

Created with MrDocs