NetGroupManager::WithEmbeddedAsmap

Create a manager using asmap data embedded in the binary.

Synopsis

Declared in <netgroup.h>

static
NetGroupManager
WithEmbeddedAsmap(std::span<std::byte const> asmap);

Return Value

A manager referencing the embedded asmap.

Parameters

NameDescription
asmapA view over the embedded asmap bytes.