Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

execution_state::operator=
PrevUpHomeNext

Copy assignment.

execution_state&
operator=(
    const execution_state& other);
  » more...

Move assignment.

execution_state&
operator=(
    execution_state&& other);
  » more...

PrevUpHomeNext