NetGroupManager::operator=

Copy assignment is disabled.

Synopsis

Declared in <netgroup.h>

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

Return Value

A reference to this manager.

Parameters

NameDescription
otherThe manager that would be assigned from.