Assignment operators
Synopses
Deleted copy assignment
arg&
operator=(arg const& other) = delete;
Deleted move assignment
arg&
operator=(arg&& other) = delete;
Created with MrDocs
Assignment operators
Deleted copy assignment
arg&
operator=(arg const& other) = delete;
Deleted move assignment
arg&
operator=(arg&& other) = delete;
Created with MrDocs