Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_results::operator=

Copy assignment.

static_results&
operator=(
    const static_results& other) = default;
  » more...

Move assignment.

static_results&
operator=(
    static_results&& other) = default;
  » more...

PrevUpHomeNext