Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
resultset::operator= (1 of 3 overloads)

Copy assignment.

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

Basic guarantee. Internal allocations may throw.

Object lifetimes

*this lifetime will be independent of other's. Views obtained from *this are invalidated.

Complexity

Linear on rows and metadata size for other.


PrevUpHomeNext