Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_execution_state::operator=

Copy assignment.

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

Move assignment.

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

PrevUpHomeNext