Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
metadata::metadata (2 of 3 overloads)

Move constructor.

Synopsis
metadata(
    metadata&& other);
Exception safety

No-throw guarantee.

Object lifetimes

string_views obtained by calling accessor functions on other are invalidated.


PrevUpHomeNext