Move construct from another manager.

Synopsis

Declared in <netgroup.h>

constexpr
NetGroupManager(NetGroupManager&& other) = default;

Parameters

Name

Description

other

The manager to move from.

Created with MrDocs