Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
results::operator= (1 of 2 overloads)

Copy assignment.

Synopsis
results&
operator=(
    const results& other);
Exception safety

Basic guarantee. Internal allocations may throw.

Object lifetimes

View objects referencing *this are invalidated.


PrevUpHomeNext