Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
file_stdio::operator=

Assignment.

Synopsis
file_stdio&
operator=(
    file_stdio&& other);
Description

The moved-from object behaves as if default constructed.


PrevUpHomeNext