NetGroupManager::NetGroupManager

Constructors

Synopses

Declared in <netgroup.h>

Copy construction is disabled.

NetGroupManager(NetGroupManager const& other) = delete;
» more...

Move construct from another manager.

constexpr
NetGroupManager(NetGroupManager&& other) = default;
» more...

Parameters

NameDescription
otherThe manager that would be copied.