Constructors

Synopses

Declared in <netgroup.h>

Copy construction is disabled.

NetGroupManager(NetGroupManager const& other) = delete;

Move construct from another manager.

constexpr
NetGroupManager(NetGroupManager&& other) = default;

Parameters

Name

Description

other

The manager that would be copied.

Created with MrDocs