Default constructor.
execution_state() = default; » more...
more...
Copy constructor.
execution_state( const execution_state& other) = default; » more...
execution_state
Move constructor.
execution_state( execution_state&& other) = default; » more...