Copy assignment.
execution_state& operator=( const execution_state& other) = default; » more...
execution_state
more...
Move assignment.
execution_state& operator=( execution_state&& other) = default; » more...