Deleted move assignment.
arg& operator=( arg&&) = delete; » more...
more...
Deleted copy assignment.
arg& operator=( arg const&) = delete; » more...