[#NetGroupManager-2constructor-02b] = xref:NetGroupManager.adoc[NetGroupManager]::NetGroupManager :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<netgroup.h>` Copy construction is disabled. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:NetGroupManager/2constructor-0f.adoc[NetGroupManager](xref:NetGroupManager.adoc[NetGroupManager] const& other) = delete; ---- [.small]#xref:NetGroupManager/2constructor-0f.adoc[_» more..._]# Move construct from another manager. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:NetGroupManager/2constructor-026.adoc[NetGroupManager](xref:NetGroupManager.adoc[NetGroupManager]&& other) = default; ---- [.small]#xref:NetGroupManager/2constructor-026.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The manager that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#