Assignment operators
Synopses
Declared in <netgroup.h>
Copy assignment is disabled.
NetGroupManager&
operator=(NetGroupManager const& other) = delete;
Move assignment is disabled.
NetGroupManager&
operator=(NetGroupManager&& other) = delete;
Return Value
A reference to this manager.
Parameters
Name |
Description |
other |
The manager that would be assigned from. |
Created with MrDocs