Constructors
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...
| Name | Description |
|---|---|
| other | The manager that would be copied. |