NetGroupManager::operator=

Move assignment is disabled.

Synopsis

Declared in <netgroup.h>

NetGroupManager&
operator=(NetGroupManager&& other) = delete;

Return Value

A reference to this manager.

Parameters

NameDescription
otherThe manager that would be moved from.