Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::basic_parser::basic_parser (3 of 3 overloads)

Move constructor.

Synopsis
template<
    class OtherDerived>
basic_parser(
    basic_parser< isRequest, OtherDerived >&&);
Description Remarks

After the move, the only valid operation on the moved-from object is destruction.


PrevUpHomeNext