Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::basic_fields::operator= (1 of 3 overloads)

Move assignment.

Synopsis
basic_fields&
operator=(
    basic_fields&&);
Description

The state of the moved-from object is as if constructed using the same allocator.


PrevUpHomeNext